netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-15 13:07:39 to 2021-11-16 00:18:55 UTC [more...]

[PATCH net-next 0/3] net: better packing of global vars
 2021-11-15 17:23 UTC  (3+ messages)
` [PATCH net-next 1/3] once: use __section(".data.once")
` [PATCH net-next 2/3] net: use .data.once section in netdev_level_once()

[PATCH net-next 00/20] tcp: optimizations for linux-5.17
 2021-11-15 21:47 UTC  (13+ messages)
` [PATCH net-next 06/20] net: remove sk_route_nocaps
` [PATCH net-next 07/20] ipv6: shrink struct ipcm6_cookie
` [PATCH net-next 11/20] tcp: small optimization in tcp recvmsg()
` [PATCH net-next 12/20] tcp: add RETPOLINE mitigation to sk_backlog_rcv
` [PATCH net-next 13/20] tcp: annotate data-races on tp->segs_in and tp->data_segs_in
` [PATCH net-next 15/20] tcp: tp->urg_data is unlikely to be set
` [PATCH net-next 17/20] tcp: defer skb freeing after socket lock is released
` [PATCH net-next 19/20] tcp: do not call tcp_cleanup_rbuf() if we have a backlog
` [PATCH net-next 20/20] net: move early demux fields close to sk_refcnt

pull request: bluetooth 2021-11-02
 2021-11-15 21:53 UTC  (6+ messages)

[PATCH net-next 0/2] igc: driver change to support XDP metadata
 2021-11-15 20:36 UTC  (3+ messages)
` [PATCH net-next 1/2] igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS
` [PATCH net-next 2/2] igc: enable XDP metadata in driver

[PATCH net 00/10][pull request] Intel Wired LAN Driver Updates 2021-11-15
 2021-11-15 23:59 UTC  (11+ messages)
` [PATCH net 01/10] iavf: Fix return of set the new channel count
` [PATCH net 02/10] iavf: check for null in iavf_fix_features
` [PATCH net 03/10] iavf: free q_vectors before queues in iavf_disable_vf
` [PATCH net 04/10] iavf: don't clear a lock we don't hold
` [PATCH net 05/10] iavf: Fix failure to exit out from last all-multicast mode
` [PATCH net 06/10] iavf: prevent accidental free of filter structure
` [PATCH net 07/10] iavf: validate pointers
` [PATCH net 08/10] iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset
` [PATCH net 09/10] iavf: Fix for setting queues to 0
` [PATCH net 10/10] iavf: Restore VLAN filters after link down

[PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
 2021-11-15 23:29 UTC  (11+ messages)

[PATCH net-next v5 0/3] TSN endpoint Ethernet MAC driver
 2021-11-15 23:04 UTC  (8+ messages)
` [PATCH net-next v5 1/3] dt-bindings: Add vendor prefix for Engleder
` [PATCH net-next v5 2/3] dt-bindings: net: Add tsnep Ethernet controller
` [PATCH net-next v5 3/3] tsnep: Add TSN endpoint Ethernet MAC driver

[PATCH] net/mlx5e: Avoid field-overflowing memcpy()
 2021-11-15 22:16 UTC 

[PATCH bpf] samples: bpf: fix build error due to -isystem removal
 2021-11-15 23:00 UTC  (2+ messages)

[PATCH v18 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-11-15 22:33 UTC  (24+ messages)
` [PATCH v18 bpf-next 01/23] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v18 bpf-next 02/23] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v18 bpf-next 03/23] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v18 bpf-next 04/23] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v18 bpf-next 05/23] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v18 bpf-next 06/23] net: marvell: rely on "
` [PATCH v18 bpf-next 07/23] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v18 bpf-next 08/23] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v18 bpf-next 09/23] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v18 bpf-next 10/23] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v18 bpf-next 11/23] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v18 bpf-next 12/23] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v18 bpf-next 13/23] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v18 bpf-next 14/23] bpf: move user_size out of bpf_test_init
` [PATCH v18 bpf-next 15/23] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v18 bpf-next 16/23] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v18 bpf-next 17/23] bpf: selftests: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v18 bpf-next 18/23] libbpf: Add SEC name for xdp_mb programs
` [PATCH v18 bpf-next 19/23] bpf: generalise tail call map compatibility check
` [PATCH v18 bpf-next 20/23] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v18 bpf-next 21/23] bpf: selftests: introduce bpf_xdp_{load,store}_bytes selftest
` [PATCH v18 bpf-next 22/23] bpf: selftests: add CPUMAP/DEVMAP selftests for xdp multi-buff
` [PATCH v18 bpf-next 23/23] xdp: disable XDP_REDIRECT "

[PATCH v3] Bluetooth: Don't initialize msft/aosp when using user channel
 2021-11-15 22:00 UTC 

[syzbot] WARNING in mntput_no_expire (3)
 2021-11-15 22:27 UTC 

[PATCH v2 net-next 0/6] Add RTNL interface for SyncE
 2021-11-15 21:42 UTC  (13+ messages)
` [PATCH v2 net-next 6/6] docs: net: Add description of SyncE interfaces

[PATCH net-next 0/3] r8169: disable detection of further chip versions that didn't make it to the mass market
 2021-11-15 20:52 UTC  (4+ messages)
` [PATCH net-next 1/3] r8169: disable detection of chip versions 49 and 50
` [PATCH net-next 2/3] r8169: disable detection of chip version 45
` [PATCH net-next 3/3] r8169: disable detection of chip version 41

[PATCH] net: bnx2x: fix variable dereferenced before check
 2021-11-15 20:20 UTC  (5+ messages)
    ` [PATCH] MAINTAINERS: remove GR-everest-linux-l2@marvell.com

[PATCH net-next 0/3] introduce generic phylink validation
 2021-11-15 20:10 UTC  (5+ messages)
` [PATCH net-next 1/3] net: phylink: add generic validate implementation

[PATCH net-next] r8169: enable ASPM L1/L1.1 from RTL8168h
 2021-11-15 20:17 UTC 

[net: PATCH] net: mvmdio: fix compilation warning
 2021-11-15 19:35 UTC  (2+ messages)

[PATCH bpf-next v2] bpftool: add current libbpf_strict mode to version output
 2021-11-15 19:31 UTC 

[PATCH 5.15 489/917] net: enetc: unmap DMA in enetc_send_cmd()
 2021-11-15 17:05 UTC  (2+ messages)
` [PATCH 5.15 815/917] perf bpf: Add missing free to bpf_event__print_bpf_prog_info()

Clarification on bpftool dual licensing
 2021-11-15 18:20 UTC 

[PATCH net] devlink: Remove extra assertion from flash notification logic
 2021-11-15 18:27 UTC  (3+ messages)

[PATCH 5.14 481/849] net: enetc: unmap DMA in enetc_send_cmd()
 2021-11-15 17:04 UTC  (2+ messages)
` [PATCH 5.14 758/849] perf bpf: Add missing free to bpf_event__print_bpf_prog_info()

[RFC net-next] net: guard drivers against shared skbs
 2021-11-15 17:59 UTC  (4+ messages)

[PATCH net-next v6] page_pool: disable dma mapping support for 32-bit arch with 64-bit DMA
 2021-11-15 17:59 UTC  (10+ messages)

[PATCH 5.10 114/575] rsi: Fix module dev_oper_mode parameter description
 2021-11-15 17:04 UTC  (3+ messages)
` [PATCH 5.10 339/575] net: enetc: unmap DMA in enetc_send_cmd()
` [PATCH 5.10 523/575] perf bpf: Add missing free to bpf_event__print_bpf_prog_info()

"resolve_btfids: unresolved" warnings while building v5.16-rc1
 2021-11-15 17:27 UTC  (3+ messages)

pull-request: bpf-next 2021-11-15
 2021-11-15 17:27 UTC  (4+ messages)

[PATCH 5.4 084/355] rsi: Fix module dev_oper_mode parameter description
 2021-11-15 17:04 UTC  (2+ messages)
` [PATCH 5.4 322/355] perf bpf: Add missing free to bpf_event__print_bpf_prog_info()

[PATCH] bluetooth: fix uninitialized variables notify_evt
 2021-11-15 17:27 UTC  (2+ messages)

[PATCH net-next] net: document SMII and correct phylink's new validation mechanism
 2021-11-15 17:18 UTC  (2+ messages)

[PATCH net-next 0/4] net: prot_inuse and sock_inuse cleanups
 2021-11-15 17:11 UTC  (2+ messages)
` [PATCH net-next 1/4] net: inline sock_prot_inuse_add()

[RFC PATCH 0/2] bpf: do not WARN in bpf_warn_invalid_xdp_action()
 2021-11-15 17:09 UTC  (7+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] bpf: let bpf_warn_invalid_xdp_action() report more info

[PATCH net-next 0/4] gro: get out of core files
 2021-11-15 17:05 UTC  (5+ messages)
` [PATCH net-next 1/4] net: move gro definitions to include/net/gro.h
` [PATCH net-next 2/4] net: gro: move skb_gro_receive_list to udp_offload.c
` [PATCH net-next 3/4] net: gro: move skb_gro_receive into net/core/gro.c
` [PATCH net-next 4/4] net: gro: populate net/core/gro.c

[PATCH net-next 0/4] gro: get out of core files
 2021-11-15 17:04 UTC  (2+ messages)
` [PATCH net-next 1/4] net: move gro definitions to include/net/gro.h

[PATCH net v2] net: vlan: fix a UAF in vlan_dev_real_dev()
 2021-11-15 17:04 UTC  (2+ messages)

Fw: [Bug 215029] New: Clean unregistration of SMSC9500 chip at halting system failed
 2021-11-15 17:01 UTC 

Fw: [Bug 215029] New: Clean unregistration of SMSC9500 chip at halting system failed
 2021-11-15 16:52 UTC 

[PATCH] selftests/seccomp: fix check of fds being assigned
 2021-11-15 16:52 UTC 

[net-next PATCH v6] net: macb: Fix several edge cases in validate
 2021-11-15 16:44 UTC  (3+ messages)

[PATCH net] net: virtio_net_hdr_to_skb: count transport header in UFO
 2021-11-15 16:34 UTC  (2+ messages)

[PATCH net 1/3] bnxt_en: extend RTNL to VF check in devlink driver_reinit
 2021-11-15 16:30 UTC  (2+ messages)

[PATCH net-next v3 0/6] MCTP I2C driver
 2021-11-15 16:11 UTC  (5+ messages)

[PATCH v2 0/6] Add FDMA support on ocelot switch driver
 2021-11-15 16:03 UTC  (9+ messages)
` [PATCH v2 3/6] net: ocelot: pre-compute injection frame header content

[Patch net v3 0/2] ipv4: relax source validation check for loopback packets
 2021-11-15 16:06 UTC  (5+ messages)
` [Patch net v3 2/2] selftests: add a test case for rp_filter

[PATCH v2] tipc: check for null after calling kmemdup
 2021-11-15 16:01 UTC 

[PATCH 1/6] vhost: get rid of vhost_poll_flush() wrapper
 2021-11-15 15:30 UTC  (6+ messages)
` [PATCH 2/6] vhost_net: get rid of vhost_net_flush_vq() and extra flush calls
` [PATCH 3/6] vhost_test: remove vhost_test_flush_vq()
` [PATCH 4/6] vhost_vsock: simplify vhost_vsock_flush()
` [PATCH 5/6] vhost_net: remove NOP vhost_net_flush() in vhost_net_release()
` [PATCH 6/6] vhost_net: use RCU callbacks instead of synchronize_rcu()

net-next is OPEN
 2021-11-15 15:29 UTC 

[PATCH net-next] devlink: Require devlink lock during device reload
 2021-11-15 15:22 UTC  (13+ messages)

[PATCH] net: stmmac: Fix signed/unsigned wreckage
 2021-11-15 15:21 UTC 

[EXT] Re: [net-next PATCH 1/2] octeontx2-pf: Add devlink param to init and de-init serdes
 2021-11-15 15:11 UTC  (12+ messages)

[PATCH v1] NFC: reorganize the functions in nci_request
 2021-11-15 14:57 UTC  (2+ messages)
` CHANGELOG: "

[PATCH net] net/smc: Make sure the link_id is unique
 2021-11-15 14:50 UTC  (3+ messages)

[PATCH v2] sock: fix /proc/net/sockstat underflow in sk_clone_lock()
 2021-11-15 14:50 UTC  (2+ messages)

[PATCH v5] Add payload to be 32-bit aligned to fix dropped packets
 2021-11-15 14:48 UTC 

[PATCH net 0/4] Fix bit timings for m_can_pci (Elkhart Lake)
 2021-11-15 14:48 UTC  (3+ messages)
` [PATCH net 1/4] can: m_can: pci: fix incorrect reference clock rate

[PATCH 0/2] This is a patch series of ethernet driver for Sunplus SP7021 SoC
 2021-11-15 14:38 UTC  (6+ messages)
` [PATCH v2 0/2] This is a patch series for pinctrl "
  ` [PATCH v2 2/2] net: ethernet: Add driver for Sunplus SP7021

[PATCH v0] NFC: reorganize the functions in nci_request
 2021-11-15 14:32 UTC  (2+ messages)

[PATCH] net: fddi: use swap() to make code cleaner
 2021-11-15 14:30 UTC  (2+ messages)

[syzbot] WARNING in usbnet_start_xmit/usb_submit_urb
 2021-11-15 14:31 UTC  (2+ messages)

[PATCH v3] net: stmmac: socfpga: add runtime suspend/resume callback for stratix10 platform
 2021-11-15 14:30 UTC  (2+ messages)

[PATCH] net: return correct error code
 2021-11-15 14:30 UTC  (2+ messages)

[PATCH net] tipc: only accept encrypted MSG_CRYPTO msgs
 2021-11-15 14:30 UTC  (2+ messages)

[PATCH] net/wan/fsl_ucc_hdlc: fix sparse warnings
 2021-11-15 14:30 UTC  (2+ messages)

[PATCH iproute2 v2] lnstat:fix buffer overflow in lnstat lnstat segfaults when called the following command: $ lnstat -w 1
 2021-11-15 14:28 UTC 

[PATCH v1 1/3] string: Consolidate yesno() helpers under string.h hood
 2021-11-15 14:22 UTC  (5+ messages)

[PATCH net 0/3] bnxt_en: Bug fixes
 2021-11-15 14:20 UTC  (2+ messages)

[PATCH] net: usb: ax88179_178a: add TSO feature
 2021-11-15 14:20 UTC  (2+ messages)

[PATCH] hinic: use ARRAY_SIZE instead of ARRAY_LEN
 2021-11-15 14:20 UTC  (2+ messages)

[PATCH -net] net: ethernet: lantiq_etop: fix build errors/warnings
 2021-11-15 14:10 UTC  (2+ messages)

[PATCH] atlantic: Fix OOB read and write in hw_atl_utils_fw_rpc_wait
 2021-11-15 14:10 UTC  (2+ messages)

[PATCH] net: bridge: Slightly optimize 'find_portno()'
 2021-11-15 14:10 UTC  (2+ messages)

[PATCH net-next] net: wwan: iosm: device trace collection using relayfs
 2021-11-15 13:54 UTC  (4+ messages)

[PATCH iproute2] lnstat:fix buffer overflow in lnstat lnstat segfaults when called the following command: $ lnstat -w 1
 2021-11-15 13:36 UTC  (2+ messages)

[PATCH net 0/2] net: ipa: HOLB register write fixes
 2021-11-15 13:30 UTC  (2+ messages)

[PATCH v2] net: sched: sch_netem: Refactor code in 4-state loss generator
 2021-11-15 13:30 UTC  (2+ messages)

[PATCH net v2] net/smc: Transfer remaining wait queue entries during fallback
 2021-11-15 13:30 UTC  (2+ messages)

[PATCH net-next 1/1] net: stmmac: enhance XDP ZC driver level switching performance
 2021-11-15 13:20 UTC  (2+ messages)

[PATCH net-next] net: dsa: vsc73xxx: Make vsc73xx_remove() return void
 2021-11-15 13:20 UTC  (2+ messages)

[syzbot] general protection fault in nldev_stat_set_doit (2)
 2021-11-15 13:16 UTC  (2+ messages)

[syzbot] INFO: task can't die in __bio_queue_enter
 2021-11-15 13:14 UTC  (2+ messages)

[PATCH] net: Clean up some inconsistent indenting
 2021-11-15 13:10 UTC  (2+ messages)

[PATCH net] tun: fix bonding active backup with arp monitoring
 2021-11-15 13:10 UTC  (2+ messages)

split up filter.rst
 2021-11-15 13:07 UTC  (3+ messages)
` [PATCH 1/2] bpf, docs: prune all references to "internal BPF"
` [PATCH 2/2] bpf, doc: split general purpose eBPF documentation out of filter.rst


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