netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-03 07:54:30 to 2019-04-04 00:22:37 UTC [more...]

Canonical source for iputils
 2019-04-04  0:22 UTC 

[PATCH v2 bpf-next 0/7] bpf: Propagate cn to TCP
 2019-04-04  0:12 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/7] bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAY
` [PATCH v2 bpf-next 2/7] bpf: cgroup inet skb programs can return 0 to 3
` [PATCH v2 bpf-next 3/7] bpf: Update __cgroup_bpf_run_filter_skb with cn
` [PATCH v2 bpf-next 4/7] bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls
` [PATCH v2 bpf-next 5/7] bpf: sysctl for probe_on_drop
` [PATCH v2 bpf-next 6/7] bpf: Add cn support to hbm_out_kern.c
` [PATCH v2 bpf-next 7/7] bpf: Add more stats to HBM

[PATCH bpf 1/2] ixgbe: fix AF_XDP tx byte count
 2019-04-04  0:13 UTC  (3+ messages)
` [PATCH bpf 2/2] ixgbe: fix AF_XDP tx packet count

[PATCH 0/4 v2] Convert rhashtable to use bitlocks
 2019-04-04  0:13 UTC  (6+ messages)
` [PATCH 3/4] rhashtable: use bit_spin_locks to protect hash bucket

[PATCH] ptp/ptp_clock.c: Correct input parameter range check
 2019-04-04  0:09 UTC 

[PATCH v2 bpf-next 00/10] bpf: improve verifier scalability
 2019-04-04  0:01 UTC  (2+ messages)

[PATCH bpf-next 0/5] bpf: Fix indirect var_off stack access support
 2019-04-03 23:18 UTC  (8+ messages)
` [PATCH bpf-next 1/5] bpf: Reject indirect var_off stack access in raw mode

[Patch net v2 0/3] bluetooth: validate packet boundary carefully
 2019-04-03 23:08 UTC  (4+ messages)
` [Patch net v2 1/3] bluetooth: validate HCI_EVENT_PKT packet carefully
` [Patch net v2 2/3] bluetooth: validate HCI_EV_LE_META "
` [Patch net v2 3/3] bluetooth: validate HCI_EV_CMD_COMPLETE "

[PATCH bpf] bpf: report verifier bugs as warnings
 2019-04-03 22:41 UTC  (8+ messages)

[PATCH v3 1/2] selftests/bpf: ksym_search won't check symbols exists
 2019-04-03 22:17 UTC  (2+ messages)
` [PATCH v3 2/2] samples, selftests/bpf: add NULL check for ksym_search

[PATCH v2 bpf-next 0/5] bpf: Fix indirect var_off stack access support
 2019-04-03 22:15 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/5] bpf: Reject indirect var_off stack access in raw mode
` [PATCH v2 bpf-next 2/5] selftests/bpf: Test "
` [PATCH v2 bpf-next 3/5] bpf: Reject indirect var_off stack access in unpriv mode
` [PATCH v2 bpf-next 4/5] selftests/bpf: Test "
` [PATCH v2 bpf-next 5/5] bpf: Add missed newline in verifier verbose log

[PATCH net-next v2 0/2] net: phy: use generic PHY ability readers if callback get_features isn't set
 2019-04-03 21:25 UTC  (5+ messages)
` [PATCH net-next v2 1/2] net: phy: allow a PHY driver to define neither features nor get_features
` [PATCH net-next v2 2/2] net: phy: realtek: remove setting callback get_features and use phylib fallback

[PATCH v6 00/20] x86/split_lock: Enable split locked accesses detection
 2019-04-03 21:22 UTC  (21+ messages)
` [PATCH v6 01/20] x86/common: Align cpu_caps_cleared and cpu_caps_set to unsigned long
` [PATCH v6 02/20] drivers/net/b44: Align pwol_mask to unsigned long for better performance
` [PATCH v6 03/20] wlcore: simplify/fix/optimize reg_ch_conf_pending operations
` [PATCH v6 04/20] x86/split_lock: Align x86_capability to unsigned long to avoid split locked access
` [PATCH v6 05/20] x86/msr-index: Define MSR_IA32_CORE_CAPABILITY and split lock detection bit
` [PATCH v6 06/20] x86/cpufeatures: Enumerate MSR_IA32_CORE_CAPABILITY
` [PATCH v6 07/20] x86/split_lock: Enumerate split lock detection by MSR_IA32_CORE_CAPABILITY
` [PATCH v6 08/20] x86/split_lock: Enumerate split lock detection on Icelake mobile processor
` [PATCH v6 09/20] x86/split_lock: Define MSR_TEST_CTL register
` [PATCH v6 10/20] x86/split_lock: Handle #AC exception for split lock
` [PATCH v6 11/20] kvm/x86: Emulate MSR IA32_CORE_CAPABILITY
` [PATCH v6 12/20] kvm/vmx: Emulate MSR TEST_CTL
` [PATCH v6 13/20] x86/split_lock: Enable split lock detection by default
` [PATCH v6 14/20] x86/split_lock: Add a sysfs interface to enable/disable split lock detection during run time
` [PATCH v6 15/20] x86/split_lock: Document the new sysfs file for split lock detection
` [PATCH v6 16/20] x86/clearcpuid: Support multiple clearcpuid options
` [PATCH v6 17/20] x86/clearcpuid: Support feature flag string in kernel option clearcpuid
` [PATCH v6 18/20] x86/clearcpuid: Apply cleared feature bits that are forced set before
` [PATCH v6 19/20] x86/clearcpuid: Clear CPUID bit in CPUID faulting
` [PATCH v6 20/20] x86/clearcpuid: Change document for kernel option clearcpuid

cellular modem driver APIs
 2019-04-03 21:15 UTC 

[PATCH] iov_iter: Fix build error without CONFIG_CRYPTO
 2019-04-03 21:13 UTC  (3+ messages)

[PATCH net-next 0/2] net: phy: use generic PHY ability readers if callback get_features isn't set
 2019-04-03 21:06 UTC  (7+ messages)
` [PATCH net-next 1/2] net: phy: allow a PHY driver to define neither features nor get_features
` [PATCH net-next 2/2] net: phy: realtek: remove setting callback get_features and use phylib fallback

[PATCH bpf] flow_dissector: rst'ify documentation
 2019-04-03 20:53 UTC 

[PATCH net-next] net: bridge: mcast: remove unused br_ip_equal function
 2019-04-03 20:44 UTC 

Fw: [Bug 203137] New: Bridge does not forward multicast if multicast_querier is enabled
 2019-04-03 20:27 UTC  (3+ messages)
  ` [PATCH net] net: bridge: always clear mcast matching struct on reports and leaves

[PATCH net] r8169: switch off ASPM by default and add sysfs attribute to control ASPM
 2019-04-03 20:10 UTC  (9+ messages)

[PATCH][next] zd1211rw: use struct_size() helper
 2019-04-03 18:59 UTC 

[PATCH][next] ath6kl: wmi: use struct_size() helper
 2019-04-03 18:49 UTC 

[PATCH][next] ath10k: coredump: use struct_size() helper
 2019-04-03 19:06 UTC 

[PATCH v3 iproute2-next 0/4] Dynamic rdma link creation
 2019-04-03 19:06 UTC  (8+ messages)
` [PATCH v3 iproute2-next 1/4] Add .mailmap file
` [PATCH v3 iproute2-next 2/4] rdma: add helper rd_sendrecv_msg()
` [PATCH v3 iproute2-next 3/4] rdma: add 'link add/delete' commands
` [PATCH v3 iproute2-next 4/4] rdma: man page update for link add/delete

[PATCH v4 net-next 0/5] net: More movement to fib_nh_common
 2019-04-03 18:59 UTC  (3+ messages)

[PATCH bpf 0/5] flow_dissector: lay groundwork for calling BPF hook from eth_get_headlen
 2019-04-03 18:50 UTC  (5+ messages)
` [PATCH bpf 5/5] flow_dissector: document BPF flow dissector environment

[PATCH bpf-next 0/3] writable contexts for bpf raw tracepoints
 2019-04-03 18:39 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: add writable context for "

[PATCH][next] cfg80211: use struct_size() helper
 2019-04-03 18:23 UTC 

[PATCH net-next 0/4] net: support binding vlan dev link state to vlan member bridge ports
 2019-04-03 18:23 UTC  (13+ messages)
` [PATCH net-next 2/4] vlan: do not transfer link state in vlan bridge binding mode
` [PATCH net-next 3/4] bridge: support binding vlan dev link state to vlan member bridge ports
` [PATCH net-next 4/4] bridge: update vlan dev state when port added to or deleted from vlan

[PATCH] ethtool: fix SPEED_UNKNOWN definition to avoid signed-unsigned comparison
 2019-04-03 17:40 UTC  (3+ messages)

[PATCH v2 1/2] Provide in-kernel headers for making it easy to extend the kernel
 2019-04-03 17:56 UTC  (7+ messages)

[PATCH net-next] Revert "r8169: use netif_receive_skb_list batching"
 2019-04-03 17:54 UTC 

[PATCH] netfilter:bridge: Hold bridge dev for fake_rtable to avoid the dangling pointer
 2019-04-03 17:44 UTC  (2+ messages)

[PATCH][next] ath10k: Use struct_size() helper
 2019-04-03 17:20 UTC 

[PATCH][next] qtnfmac: replace qtnf_cmd_acl_data_size() with struct_size()
 2019-04-03 17:02 UTC 

[PATCH][next] brcmfmac: Use struct_size() in kzalloc()
 2019-04-03 16:46 UTC 

[RFC net-next 1/1] net: sched: fix hw filter offload in tc flower
 2019-04-03 16:42 UTC  (2+ messages)

[PATCH][next] mwifiex: use struct_size() in kzalloc()
 2019-04-03 16:40 UTC 

[PATCH][next] iwlwifi: lib: Use struct_size() helper
 2019-04-03 15:59 UTC 

[PATCH AUTOSEL 5.0 234/262] nfp: flower: tidy tunnel related private data
 2019-04-03 16:20 UTC  (3+ messages)
  ` [oss-drivers] "

[PATCH][next] ath6kl: debug: Use struct_size() helper
 2019-04-03 15:48 UTC 

[PATCH 1/2] stmmac: introduce flag to dynamically disable TX offload for rockchip devices
 2019-04-03 16:12 UTC  (13+ messages)

[PATCH][next] iwlwifi: d3: Use struct_size() helper
 2019-04-03 16:03 UTC 

[PATCH][next] nl80211: Use struct_size() in kzalloc()
 2019-04-03 15:37 UTC 

[PATCH][next] cfg80211: Use struct_size() in kzalloc()
 2019-04-03 15:31 UTC 

[PATCH net-next 1/1] net: sched: ensure tc flower reoffload takes filter ref
 2019-04-03 15:53 UTC  (2+ messages)

[PATCH net-next] tcp: Accept ECT on SYN in the presence of RFC8311
 2019-04-03 15:51 UTC  (4+ messages)

[PATCH net v5] failover: allow name change on IFF_UP slave interfaces
 2019-04-03 15:46 UTC  (6+ messages)

[PATCH bpf-next] selftests: bpf: add VRF test cases to lwt_ip_encap test
 2019-04-03 15:43 UTC 

[PATCH net-next,RFC 0/8] connection tracking support for bridge
 2019-04-03 15:40 UTC  (9+ messages)
` [PATCH net-next,RFC 1/8] net: use kfree_skb_list() from ip_do_fragment()
` [PATCH net-next,RFC 2/8] net: ipv4: add skbuff fraglist split iterator
` [PATCH net-next,RFC 3/8] net: ipv6: "
` [PATCH net-next,RFC 4/8] net: ipv4: split skbuff into fragments transformer
` [PATCH net-next,RFC 5/8] net: ipv6: "
` [PATCH net-next,RFC 6/8] net: ipv4: place cb handling away from fraglist iterator
` [PATCH net-next,RFC 7/8] net: ipv4: place cb handling away from fragment transformer
` [PATCH net-next,RFC 8/8] netfilter: bridge: add basic conntrack support

VSOCK benchmark and optimizations
 2019-04-03 15:10 UTC  (6+ messages)
    ` [Qemu-devel] "

[PATCH net-next 00/17] NXP SJA1105 DSA driver
 2019-04-03 15:07 UTC  (11+ messages)
` [PATCH net-next 06/17] net: dsa: Call driver's setup callback after setting up its switchdev notifier
` [PATCH net-next 16/17] Documentation: networking: dsa: Add details about NXP SJA1105 driver
` [PATCH net-next 17/17] dt-bindings: net: dsa: Add documentation for "

bnx2x - odd behaviour
 2019-04-03 15:00 UTC 

NFS hang, sk_drops increasing, segs_in not, pfmemalloc suspected
 2019-04-03 15:00 UTC 

[net-next] tipc: add NULL pointer check
 2019-04-03 14:27 UTC  (4+ messages)

[PATCH v2 iproute2-next 0/4] Dynamic rdma link creation
 2019-04-03 13:16 UTC  (4+ messages)
` [PATCH v2 iproute2-next 2/4] rdma: add helper rd_sendrecv_msg()

[RFC PATCH 1/1 v2] net: sched: Introduce conndscp action
 2019-04-03 12:35 UTC  (11+ messages)
` [RFC net-next 0/1] net: sched: Introduce conntrack action

[patch net-next v4 00/13] net: extend devlink port attrs with switch ID
 2019-04-03 12:24 UTC  (14+ messages)
` [patch net-next v4 01/13] net: devlink: convert devlink_port_attrs bools to bits
` [patch net-next v4 02/13] net: devlink: extend port attrs for switch ID
` [patch net-next v4 03/13] net: devlink: introduce devlink_compat_switch_id_get() helper
` [patch net-next v4 04/13] mlxsw: Pass switch ID through devlink_port_attrs_set()
` [patch net-next v4 05/13] mlxsw: Remove ndo_get_port_parent_id implementation
` [patch net-next v4 06/13] bnxt: move bp->switch_id initialization to PF probe
` [patch net-next v4 07/13] bnxt: pass switch ID through devlink_port_attrs_set()
` [patch net-next v4 08/13] bnxt: remove ndo_get_port_parent_id implementation for physical ports
` [patch net-next v4 09/13] nfp: pass switch ID through devlink_port_attrs_set()
` [patch net-next v4 10/13] nfp: remove ndo_get_port_parent_id implementation
` [patch net-next v4 11/13] mlxsw: switch_ib: Pass valid HW id down to mlxsw_core_port_init()
` [patch net-next v4 12/13] dsa: pass switch ID through devlink_port_attrs_set()
` [patch net-next v4 13/13] net: devlink: add warning for ndo_get_port_parent_id set when not needed

BUG: using __this_cpu_read() in preemptible code in ip6_finish_output
 2019-04-03 12:18 UTC  (3+ messages)
` [PATCH net-next] net: use correct this_cpu primitive in dev_recursion_level

[PATCH bpf-next] kbuild: add ability to generate BTF type info for vmlinux
 2019-04-03 12:05 UTC  (6+ messages)

[PATCH net] libcxgb: fix incorrect ppmax calculation
 2019-04-03 12:00 UTC 

BUG: using __this_cpu_read() in preemptible code in sk_mc_loop
 2019-04-03 11:54 UTC  (2+ messages)

[PATCH v2 1/1] treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
 2019-04-03 11:28 UTC  (3+ messages)

[PATCH net-next] net: bridge: optimize backup_port fdb convergence
 2019-04-03 10:49 UTC 

[PATCH net-next 00/12] code optimizations & bugfixes for HNS3 driver
 2019-04-03  9:52 UTC  (7+ messages)
` [PATCH net-next 01/12] net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettings
` [PATCH net-next 04/12] net: hns3: return 0 and print warning when hit duplicate MAC

[PATCH net-next v4 0/2] net: phy: marvell10g: implement suspend/resume callbacks
 2019-04-03  9:40 UTC  (7+ messages)
` [PATCH net-next v4 1/2] "

[PATCH] net: Remove inclusion of pci.h
 2019-04-03  9:15 UTC 

[PATCH] virtio-net: Fix some minor formatting errors
 2019-04-03  9:10 UTC 

[PATCH -next] ibmvnic: remove set but not used variable 'netdev'
 2019-04-03  9:06 UTC  (2+ messages)

[PATCH v2 ipsec-next 00/11] xfrm: remove xfrm_mode indirections
 2019-04-03  8:31 UTC  (2+ messages)

[PATCH] virtio-net: Remove inclusion of pci.h
 2019-04-03  8:20 UTC 

[PATCH v3 net-next 0/3] tcp: add rx/tx cache to reduce lock contention
 2019-04-03  8:15 UTC  (4+ messages)
` [PATCH v3 net-next 3/3] tcp: add one skb cache for rx


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).