netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-30 15:16:56 to 2019-10-01 10:24:42 UTC [more...]

[RFC PATCH 0/5] PTP: add support for Intel's TGPIO controller
 2019-10-01 10:24 UTC  (6+ messages)
` [RFC PATCH 1/5] x86: tsc: add tsc to art helpers

[PATCH v2] lib/string-choice: add yesno(), onoff(), enableddisabled(), plural() helpers
 2019-10-01 10:17 UTC  (6+ messages)
` [PATCH v3] string-choice: "
        ` [Intel-gfx] "

[PATCH bpf] samples/bpf: kbuild: add CONFIG_SAMPLE_BPF Kconfig
 2019-10-01 10:17 UTC  (2+ messages)

[PATCH v6 0/4] Use MFD framework for SGI IOC3 drivers
 2019-10-01 10:11 UTC  (3+ messages)
` [PATCH v6 1/4] nvmem: core: add nvmem_device_find

[PATCH] net: mac80211: Disable preeemption when updating stat counters
 2019-10-01 10:00 UTC  (2+ messages)

[PATCH v2 0/2] ipvs: speedup ipvs netns dismantle
 2019-10-01  9:54 UTC  (3+ messages)

[PATCH] ipvs: no need to update skb route entry for local destination packets
 2019-10-01  9:54 UTC  (3+ messages)

[PATCH v5.1-rc] iwlwifi: make locking in iwl_mvm_tx_mpdu() BH-safe
 2019-10-01  9:52 UTC  (7+ messages)

[PATCH 0/6] rtlwifi: Remove a bunch of set but not used variables
 2019-10-01  9:38 UTC  (3+ messages)
` [PATCH 3/6] rtlwifi: rtl8192ee: Remove set but not used variable 'err'

Broken samples/bpf build? (bisected)
 2019-10-01  9:38 UTC  (2+ messages)

[PATCH] netfilter:get_next_corpse():No need to double check the *bucket
 2019-10-01  9:37 UTC  (2+ messages)

[PATCH v2] rtl8xxxu: add bluetooth co-existence support for single antenna
 2019-10-01  9:32 UTC  (3+ messages)

[PATCH net] net: socionext: netsec: always grab descriptor lock
 2019-10-01  9:30 UTC  (3+ messages)

[RFC 0/4] add basic XDP support to mvneta driver
 2019-10-01  9:24 UTC  (5+ messages)
` [RFC 1/4] net: mvneta: introduce page pool API for sw buffer manager
` [RFC 2/4] net: mvneta: rely on build_skb in mvneta_rx_swbm poll routine
` [RFC 3/4] net: mvneta: add basic XDP support
` [RFC 4/4] net: mvneta: move header prefetch in mvneta_swbm_rx_frame

[PATCH] libertas: fix a potential NULL pointer dereference
 2019-10-01  9:22 UTC  (2+ messages)

[PATCH] rtlwifi: Remove excessive check in _rtl_ps_inactive_ps()
 2019-10-01  9:21 UTC  (2+ messages)

[PATCH] rtlwifi: prevent memory leak in rtl_usb_probe
 2019-10-01  9:20 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8723ae: Remove unused 'rtstatus' variable
 2019-10-01  9:20 UTC  (2+ messages)

[PATCH] mt7601u: fix bbp version check in mt7601u_wait_bbp_ready
 2019-10-01  9:19 UTC  (2+ messages)

[PATCH] rsi: release skb if rsi_prepare_beacon fails
 2019-10-01  9:19 UTC  (2+ messages)

[PATCH] brcmsmac: remove duplicated if condition
 2019-10-01  9:15 UTC  (2+ messages)

[PATCH 1/2] brcmfmac: don't WARN when there are no requests
 2019-10-01  9:14 UTC  (2+ messages)

[PATCH] brcmsmac: remove a useless test
 2019-10-01  9:13 UTC  (2+ messages)

[PATCH net-next 0/9] optimize openvswitch flow looking up
 2019-10-01  8:53 UTC  (2+ messages)

[RFC][PATCH bpf-next] libbpf: add bpf_object__open_{file,mem} w/ sized opts
 2019-10-01  8:42 UTC  (2+ messages)

[PATCH 0/3] Pine64+ specific hacks for RTL8211E Ethernet PHY
 2019-10-01  8:29 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: add binding "
` [PATCH 2/3] net: phy: realtek: add config hack for broken RTL8211E on Pine64+ boards
` [PATCH 3/3] arm64: allwinner: a64: dts: apply hack for RTL8211E on Pine64+

[PATCH net-next] r8152: Factor out OOB link list waits
 2019-10-01  8:35 UTC 

[PATCH] sunrpc: fix crash when cache_head become valid before update
 2019-10-01  8:03 UTC 

[PATCH 2/2] can: C_CAN: add bus recovery events
 2019-10-01  7:40 UTC  (2+ messages)

[PATCH net v4 00/12] net: fix nested device bugs
 2019-10-01  7:39 UTC  (14+ messages)
` [PATCH net v4 01/12] net: core: limit nested device depth
` [PATCH net v4 03/12] bonding: fix unexpected IFF_BONDING bit unset
` [PATCH net v4 07/12] macvlan: use dynamic lockdep key instead of subclass

[PATCH net v3] vsock: Fix a lockdep warning in __vsock_release()
 2019-10-01  7:28 UTC  (2+ messages)

[PATCH bpf-next 0/6] Move bpf_helpers and add BPF_CORE_READ macros
 2019-10-01  7:10 UTC  (20+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: undo GCC-specific bpf_helpers.h changes
` [PATCH bpf-next 2/6] libbpf: move bpf_helpers.h, bpf_endian.h into libbpf
` [PATCH bpf-next 3/6] selftests/bpf: switch test to use libbpf's helpers
` [PATCH bpf-next 4/6] libbpf: add BPF_CORE_READ/BPF_CORE_READ_INTO helpers
` [PATCH bpf-next 5/6] selftests/bpf: adjust CO-RE reloc tests for new BPF_CORE_READ macro
` [PATCH bpf-next 6/6] selftests/bpf: add BPF_CORE_READ and BPF_CORE_READ_STR_INTO macro tests

[PATCH net v2] net: ag71xx: fix mdio subnode support
 2019-10-01  6:41 UTC 

[PATCH net] cxgb4: fix out-of-bounds MSI-X info array access
 2019-10-01  6:33 UTC  (2+ messages)

[PATCH RFC 0/5] Support fraglist GRO/GSO
 2019-10-01  6:18 UTC  (10+ messages)
` [PATCH RFC 3/5] net: Add a netdev software feature set that defaults to off
` [PATCH RFC 5/5] udp: Support UDP fraglist GRO/GSO

[PATCH v2 0/3] net: phy: at803x: add ar9331 support
 2019-10-01  6:08 UTC  (4+ messages)
` [PATCH v2 1/3] net: phy: at803x: use PHY_ID_MATCH_EXACT for IDs
` [PATCH v2 2/3] net: phy: at803x: add ar9331 support
` [PATCH v2 3/3] net: phy: at803x: remove probe and struct at803x_priv

[PATCH net] net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_set
 2019-10-01  4:59 UTC  (3+ messages)

[PATCH iproute2 net-next v3 0/2] support for bridge fdb and neigh get
 2019-10-01  4:52 UTC  (3+ messages)
` [PATCH iproute2 net-next v3 1/2] bridge: fdb get support
` [PATCH iproute2 net-next v3 2/2] ipneigh: neigh "

[PATCH iproute2 net-next v2 0/2] support for bridge fdb and neigh get
 2019-10-01  4:44 UTC  (8+ messages)
` [PATCH iproute2 net-next v2 1/2] bridge: fdb get support
` [PATCH iproute2 net-next v2 2/2] ipneigh: neigh "

[PATCH net v2] ipv6: Handle race in addrconf_dad_work
 2019-10-01  3:28 UTC 

KASAN: use-after-free Read in batadv_iv_ogm_queue_add
 2019-10-01  3:09 UTC 

[PATCH v3 net-next 0/5] ionic: driver updates
 2019-10-01  3:03 UTC  (6+ messages)
` [PATCH v3 net-next 1/5] ionic: simplify returns in devlink info
` [PATCH v3 net-next 2/5] ionic: use wait_on_bit_lock() rather than open code
` [PATCH v3 net-next 3/5] ionic: report users coalesce request
` [PATCH v3 net-next 4/5] ionic: implement ethtool set-fec
` [PATCH v3 net-next 5/5] ionic: add lif_quiesce to wait for queue activity to stop

[PATCH net] ipv6: Handle race in addrconf_dad_work
 2019-10-01  2:40 UTC  (4+ messages)

[PATCH net] ptp_qoriq: Don't write system time into PHC at boot
 2019-10-01  2:37 UTC  (3+ messages)

[PATCH v2 net-next 0/5] ionic: driver updates
 2019-10-01  1:54 UTC  (11+ messages)
` [PATCH v2 net-next 1/5] ionic: simplify returns in devlink info
` [PATCH v2 net-next 2/5] ionic: use wait_on_bit_lock() rather than open code
` [PATCH v2 net-next 3/5] ionic: report users coalesce request
` [PATCH v2 net-next 4/5] ionic: implement ethtool set-fec
` [PATCH v2 net-next 5/5] ionic: add lif_quiesce to wait for queue activity to stop

[PATCH v2 net] net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byte
 2019-10-01  1:33 UTC  (3+ messages)

[PATCH bpf-next] bpf, capabilities: introduce CAP_BPF
 2019-10-01  1:22 UTC  (12+ messages)

[PATCH net] net: dsa: sja1105: Prevent leaking memory
 2019-10-01  0:25 UTC  (2+ messages)

[PATCH net] net: dsa: sja1105: Ensure PTP time for rxtstamp reconstruction is not in the past
 2019-10-01  0:22 UTC  (2+ messages)

pull-request: ieee802154 for net 2019-09-28
 2019-10-01  0:15 UTC  (2+ messages)

BUG: sk_backlog.len can overestimate
 2019-10-01  0:14 UTC  (2+ messages)

[PATCH net] net: Unpublish sk from sk_reuseport_cb before call_rcu
 2019-10-01  0:14 UTC  (2+ messages)

[PATCH 1/2] udp: fix gso_segs calculations
 2019-09-30 23:56 UTC  (4+ messages)
` [PATCH 2/2] udp: only do GSO if # of segs > 1

[PATCH net-next] net/rds: Use DMA memory pool allocation for rds_header
 2019-09-30 18:34 UTC  (2+ messages)

[PATCH 00/11] Add support for software nodes to gpiolib
 2019-09-30 22:44 UTC  (4+ messages)

[PATCH net] tcp: adjust rto_base in retransmits_timed_out()
 2019-09-30 22:44 UTC 

KMSAN: uninit-value in rt2500usb_probe_hw
 2019-09-30 22:39 UTC 

[PATCH bpf v5] libbpf: handle symbol versioning properly for libbpf.a
 2019-09-30 22:27 UTC  (2+ messages)

[PATCH bpf-next] libbpf: dump current version to v0.0.6
 2019-09-30 22:25 UTC  (3+ messages)

[PATCH v2 bpf-next] libbpf: bump current version to v0.0.6
 2019-09-30 22:25 UTC 

[PATCH] net: dsa: rtl8366rb: add missing of_node_put after calling of_get_child_by_name
 2019-09-30 21:56 UTC  (2+ messages)

[PATCH net-next 1/5] ionic: simplify returns in devlink info
 2019-09-30 20:42 UTC  (7+ messages)
` [PATCH net-next 2/5] ionic: use wait_on_bit_lock() rather than open code
` [PATCH net-next 3/5] ionic: report users coalesce request
` [PATCH net-next 4/5] ionic: implement ethtool set-fec
` [PATCH net-next 5/5] ionic: add lif_quiesce to wait for queue activity to stop

[PATCH net] sch_cbq: validate TCA_CBQ_WRROPT to avoid crash
 2019-09-30 18:08 UTC  (4+ messages)

[PATCH] erspan: remove the incorrect mtu limit for erspan
 2019-09-30 18:11 UTC  (2+ messages)

[PATCH net] net: dsa: qca8k: Use up to 7 ports for all operations
 2019-09-30 18:06 UTC  (2+ messages)

Strange routing with VRF and 5.2.7+
 2019-09-30 18:45 UTC  (5+ messages)

Regression: Network link not coming up after suspend/resume cycle
 2019-09-30 18:34 UTC  (3+ messages)

[PATCH RESEND v3 00/26] Add definition for the number of standard PCI BARs
 2019-09-30 19:58 UTC  (2+ messages)

[PATCH] dimlib: make DIMLIB a hidden symbol
 2019-09-30 19:34 UTC  (2+ messages)

[PATCH 1/1] man: add reference to `ip route add encap ... src`
 2019-09-30 21:11 UTC 

[PATCH net-next v2] vsock/virtio: add support for MSG_PEEK
 2019-09-30 18:25 UTC 

ERROR: "__umoddi3" [drivers/net/ethernet/mellanox/mlx5/core/mlx5_core.ko] undefined!
 2019-09-30 18:40 UTC  (6+ messages)

[PATCH] docs: networking: Add title caret and missing doc
 2019-09-30 18:37 UTC  (2+ messages)

[PATCH bpf v3] libbpf: handle symbol versioning properly for libbpf.a
 2019-09-30 18:18 UTC  (4+ messages)

[PATCH v1] net: ag71xx: fix mdio subnode support
 2019-09-30 17:52 UTC  (5+ messages)

[PATCH] openvswitch: Allow attaching helper in later commit
 2019-09-30 19:39 UTC 

[PATCH bpf v4] libbpf: handle symbol versioning properly for libbpf.a
 2019-09-30 18:34 UTC 

[PATCH v1] net: phy: at803x: add ar9331 support
 2019-09-30 18:19 UTC  (2+ messages)

bpf-next is OPEN
 2019-09-30 20:51 UTC 

[patch net-next 0/7] net: introduce alternative names for network interfaces
 2019-09-30 17:51 UTC  (4+ messages)
` [patch net-next 1/2] ip: add support for alternative name addition/deletion/list

[PATCH net-next v3] r8152: Use guard clause and fix comment typos
 2019-09-30 19:38 UTC 

[PATCH] tools: bpf: Use !building_out_of_srctree to determine srctree
 2019-09-30 18:23 UTC  (4+ messages)

[PATCH net v2] vsock: Fix a lockdep warning in __vsock_release()
 2019-09-30 18:33 UTC  (5+ messages)

libbpf distro packaging
 2019-09-30 18:18 UTC  (11+ messages)

[PATCH] ar5523: check NULL before memcpy() in ar5523_cmd()
 2019-09-30 20:31 UTC  (3+ messages)
` [PATCH v2] "

[patch net-next 0/3] net: introduce per-netns netdevice notifiers and use them in mlxsw
 2019-09-30 18:01 UTC  (6+ messages)
` [patch net-next 2/3] net: introduce per-netns netdevice notifiers

[PATCH] bpf: use flexible array members, not zero-length
 2019-09-30 23:18 UTC  (3+ messages)
` [PATCH v2] "

[PATCH net] net: sched: taprio: Avoid division by zero on invalid link speed
 2019-09-30 16:39 UTC  (2+ messages)

[PATCH net] net: sched: cbs: Avoid division by zero when calculating the port rate
 2019-09-30 16:37 UTC  (2+ messages)

[PATCH bpf] libbpf: count present CPUs, not theoretically possible
 2019-09-30 16:26 UTC  (5+ messages)

[PATCH bpf v2] libbpf: handle symbol versioning properly for libbpf.a
 2019-09-30 16:05 UTC  (3+ messages)

[PATCH net-next 0/2] Ease nsid allocation
 2019-09-30 16:02 UTC  (3+ messages)
` [PATCH net-next 1/2] netns: move rtnl_net_get_size() and rtnl_net_fill()
` [PATCH net-next 2/2] netns/rtnl: return the new nsid to the user

[RFC 00/20] Intel RDMA/IDC Driver series
 2019-09-30 15:46 UTC  (3+ messages)

[PATCH] dt-bindings: sh_eth convert bindings to json-schema
 2019-09-30 15:23 UTC  (3+ messages)

[PATCH bpf] xsk: fix crash in poll when device does not support ndo_xsk_wakeup
 2019-09-30 15:22 UTC  (2+ messages)

[PATCH] AF_PACKET doesnt strip VLAN information
 2019-09-30 15:16 UTC  (2+ messages)


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).