netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-03 19:31:20 to 2022-02-04 15:46:58 UTC [more...]

[PATCH net-next 00/15] tcp: BIG TCP implementation
 2022-02-04 15:46 UTC  (22+ messages)
` [PATCH net-next 05/15] ipv6/gso: remove temporary HBH/jumbo header
` [PATCH net-next 09/15] net: increase MAX_SKB_FRAGS

[PATCH net-next 1/2] net: napi: wake up ksoftirqd if needed after scheduling NAPI
 2022-02-04 15:43 UTC  (8+ messages)

[PATCH bpf-next v3 0/3] bpf, arm64: enable kfunc call
 2022-02-04 15:42 UTC  (4+ messages)
` [PATCH bpf-next v3 1/3] "

[PATCH net-next 0/4] net: dev: PREEMPT_RT fixups
 2022-02-04 15:20 UTC  (21+ messages)
` [PATCH net-next 1/4] net: dev: Remove the preempt_disable() in netif_rx_internal()
          ` [PATCH net-next v2 1/4] net: dev: Remove preempt_disable() and get_cpu() "
` [PATCH net-next 3/4] net: dev: Makes sure netif_rx() can be invoked in any context
            ` [PATCH net-next v2 "
` [PATCH net-next 4/4] net: dev: Make rps_lock() disable interrupts
    ` [PATCH net-next v2 "

[RFC] failing selftests/bpf/test_offload.py
 2022-02-04 15:20 UTC  (3+ messages)

[PATCH net 0/6] Netfilter fixes for net
 2022-02-04 15:19 UTC  (8+ messages)
` [PATCH net 1/6] netfilter: conntrack: don't refresh sctp entries in closed state
` [PATCH nf-next] netfilter: nft_cmp: optimize comparison for up to 16-bytes
` [PATCH net 2/6] netfilter: nft_payload: don't allow th access for fragments
` [PATCH net 3/6] netfilter: conntrack: move synack init code to helper
` [PATCH net 4/6] netfilter: conntrack: re-init state for retransmitted syn-ack
` [PATCH net 5/6] MAINTAINERS: netfilter: update git links
` [PATCH net 6/6] netfilter: ctnetlink: disable helper autoassign

[PATCH 0/2] net: phy: micrel: add Microchip KSZ 9897 Switch PHY support
 2022-02-04 15:17 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] net: phy: micrel: add Microchip KSZ 9477 to the device table

[PATCH v3 net-next 0/7] net: use kfree_skb_reason() for ip/udp packet receive
 2022-02-04 14:42 UTC  (4+ messages)
` [PATCH v3 net-next 3/7] net: ipv4: use kfree_skb_reason() in ip_rcv_core()

[PATCH net] tcp: take care of mixed splice()/sendmsg(MSG_ZEROCOPY) case
 2022-02-04 14:39 UTC  (2+ messages)

[PATCH nf-next] nfqueue: enable to get skb->priority
 2022-02-04 14:20 UTC  (9+ messages)
    ` [PATCH nf-next] nfqueue: enable to set skb->priority
  ` [PATCH libnetfilter_queue] libnetfilter_queue: add support of skb->priority

[PATCH net-next] net: stmmac: optimize locking around PTP clock reads
 2022-02-04 13:55 UTC 

[PATCH bpf-next v2 0/3] New BPF helpers to accelerate synproxy
 2022-02-04 14:08 UTC  (10+ messages)
` [PATCH bpf-next v2 2/3] bpf: Add helpers to issue and check SYN cookies in XDP

[PATCH v5 net-next] net: drop_monitor: support drop reason
 2022-02-04 14:08 UTC 

[PATCH] HPE BMC GXP SUPPORT
 2022-02-04 14:01 UTC  (9+ messages)

[PATCH net-next v3 1/1] net/sched: Enable tc skb ext allocation on chain miss only when needed
 2022-02-04 14:01 UTC  (2+ messages)

[PATCH bpf-next] selftest/bpf: check invalid length in test_xdp_update_frags
 2022-02-04 13:58 UTC 

[net-next v4 00/11] page_pool: Add page_pool stat counters
 2022-02-04 13:58 UTC  (16+ messages)
` [net-next v4 01/11] page_pool: kconfig: Add flag for page pool stats
` [net-next v4 02/11] page_pool: Add per-pool-per-cpu struct
` [net-next v4 03/11] page_pool: Allocate and free stats structure
` [net-next v4 04/11] page_pool: Add macro for incrementing alloc stats
` [net-next v4 05/11] page_pool: Add fast path stat
` [net-next v4 06/11] page_pool: Add slow path order-0 stat
` [net-next v4 07/11] page_pool: Add slow path high order alloc stat
` [net-next v4 08/11] page_pool: Add stat tracking empty ring
` [net-next v4 09/11] page_pool: Add stat tracking cache refill
` [net-next v4 10/11] page_pool: Add a stat tracking waived pages
` [net-next v4 11/11] page_pool: Add function to batch and return stats

[PATCH net-next 0/4] inet: Separate DSCP from ECN bits using new dscp_t type
 2022-02-04 13:58 UTC  (5+ messages)
` [PATCH net-next 1/4] ipv6: Define dscp_t and stop taking ECN bits into account in fib6-rules
` [PATCH net-next 2/4] ipv4: Stop taking ECN bits into account in fib4-rules
` [PATCH net-next 3/4] ipv4: Reject routes specifying ECN bits in rtm_tos
` [PATCH net-next 4/4] ipv4: Use dscp_t in struct fib_alias

[PATCH] net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs
 2022-02-04 13:10 UTC  (4+ messages)

[PATCH net 0/2] net: fix issues when uncloning an skb dst+metadata
 2022-02-04 12:33 UTC  (5+ messages)
` [PATCH net 1/2] net: do not keep the dst cache when uncloning an skb dst and its metadata

[PATCH net-next 0/2] gro: a couple of minor optimization
 2022-02-04 12:16 UTC  (5+ messages)
` [PATCH net-next 1/2] net: gro: avoid re-computing truesize twice on recycle
` [PATCH net-next 2/2] net: gro: minor optimization for dev_gro_receive()

[PATCH V6 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-04 12:12 UTC  (10+ messages)
` [PATCH V6 mlx5-next 08/15] vfio: Define device migration protocol v2

[PATCH net-next] net: sparx5: remove phylink_config.pcs_poll usage
 2022-02-04 11:47 UTC 

[PATCH net-next] net: phylink: remove phylink_set_10g_modes()
 2022-02-04 11:42 UTC 

[PATCH net-next v2] net: hsr: use hlist_head instead of list_head for mac addresses
 2022-02-04 10:59 UTC 

[PATCH net 1/1] ixgbevf: Require large buffers for build_skb on 82599VF
 2022-02-04 10:50 UTC  (2+ messages)

[PATCH net-next 0/7][pull request] 40GbE Intel Wired LAN Driver Updates 2022-02-03
 2022-02-04 10:40 UTC  (9+ messages)
` [PATCH net-next 1/7] i40e: Disable hw-tc-offload feature on driver load
` [PATCH net-next 2/7] i40e: Remove unused RX realloc stat
` [PATCH net-next 3/7] i40e: remove enum i40e_client_state
` [PATCH net-next 4/7] i40e: Add sending commands in atomic context
` [PATCH net-next 5/7] i40e: Add new versions of send ASQ command functions
` [PATCH net-next 6/7] i40e: Add new version of i40e_aq_add_macvlan function
` [PATCH net-next 7/7] i40e: Fix race condition while adding/deleting MAC/VLAN filters

[PATCH net-next] net: dsa: realtek: convert to phylink_generic_validate()
 2022-02-04 10:40 UTC  (2+ messages)

[PATCH net-next 00/10] net: ipa: improve RX buffer replenishing
 2022-02-04 10:40 UTC  (2+ messages)

[PATCH net-next] tls: cap the output scatter list to something reasonable
 2022-02-04 10:40 UTC  (2+ messages)

[PATCH net-next] net: dsa: qca8k: check correct variable in qca8k_phy_eth_command()
 2022-02-04 10:03 UTC 

[PATCH net-next 0/3] net: lan966x: add support for mcast snooping
 2022-02-04  9:14 UTC  (4+ messages)
` [PATCH net-next 1/3] net: lan966x: Update the PGID used by IPV6 data frames
` [PATCH net-next 2/3] net: lan966x: Implement the callback SWITCHDEV_ATTR_ID_BRIDGE_MC_DISABLED
` [PATCH net-next 3/3] net: lan966x: Update mdb when enabling/disabling mcast_snooping

[PATCH V2] MAINTAINERS: Update maintainers for chelsio crypto drivers
 2022-02-04  8:47 UTC 

[PATCH net] igc: Clear old XDP info when changing ring settings
 2022-02-04  8:02 UTC 

[PATCH net-next v6 00/13] net: dsa: realtek: MDIO interface and RTL8367S,RTL8367RB-VB
 2022-02-04  7:57 UTC  (4+ messages)
` [PATCH net-next v6 05/13] net: dsa: realtek: convert subdrivers into modules

[PATCH v8 bpf-next 4/9] bpf: use prog->jited_len in bpf_prog_ksym_set_addr()
 2022-02-04  7:41 UTC 

[PATCH bpf-next v5 0/9] libbpf: Implement BTFGen
 2022-02-04  6:20 UTC  (10+ messages)
` [PATCH bpf-next v5 6/9] bpftool: Implement relocations recording for BTFGen
` [PATCH bpf-next v5 9/9] selftest/bpf: Implement tests for bpftool gen min_core_btf

[PATCH] MAINTAINERS: Update maintainers for chelsio crypto drivers
 2022-02-04  6:28 UTC  (3+ messages)

[PATCH 0/1] UDP traceroute packets with no checksum
 2022-02-04  5:09 UTC  (3+ messages)
` [PATCH 1/1] netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY

[PATCH net-next 1/1] net: Add new protocol attribute to IP addresses
 2022-02-04  4:16 UTC  (3+ messages)

[PATCH net-next v2] net: don't include ndisc.h from ipv6.h
 2022-02-04  4:09 UTC  (2+ messages)

[PATCH net-next 15/15] mlx5: support BIG TCP packets
 2022-02-04  4:03 UTC  (2+ messages)

[PATCH 0/8] bpf: Add fprobe link
 2022-02-04  3:59 UTC  (14+ messages)

[PATCH iproute2-next] mptcp: add the fullmesh flag setting support
 2022-02-04  3:29 UTC 

[PATCH net-next] selftests: fib offload: use sensible tos values
 2022-02-04  3:20 UTC  (2+ messages)

[PATCH net-next] net: minor __dev_alloc_name() optimization
 2022-02-04  3:20 UTC  (2+ messages)

[PATCH net-next] selftests: rtnetlink: Use more sensible tos values
 2022-02-04  3:20 UTC  (2+ messages)

[PATCH net-next] net: lan966x: use .mac_select_pcs() interface
 2022-02-04  3:20 UTC  (2+ messages)

[PATCH net] net: sparx5: Fix get_stat64 crash in tcpdump
 2022-02-04  3:20 UTC  (2+ messages)

[PATCH V7 0/5] x86/Hyper-V: Add Hyper-V Isolation VM support(Second part)
 2022-02-04  2:55 UTC  (4+ messages)
` [PATCH V7 4/5] scsi: storvsc: Add Isolation VM support for storvsc driver

[syzbot] KASAN: slab-out-of-bounds Write in bpf_prog_test_run_xdp
 2022-02-04  1:47 UTC  (5+ messages)

[GIT PULL] Networking for 5.17-rc3
 2022-02-04  1:16 UTC  (2+ messages)

[PATCH v3 net-next] bonding: pair enable_port with slave_arr_updates
 2022-02-04  0:50 UTC  (2+ messages)

[PATCH net v3] net: phy: intel-xway: enable integrated led functions
 2022-02-04  0:04 UTC  (7+ messages)

[RFC PATCH] drivers: net: dsa: qca8k: use build_skb for mgmt eth packet
 2022-02-04  0:01 UTC 

[PATCH net-next] net: don't include ndisc.h from ipv6.h
 2022-02-03 23:10 UTC  (3+ messages)

[PATCH] ax25: fix reference count leaks of ax25_dev
 2022-02-03 23:00 UTC  (2+ messages)

[PATCH v3 0/8] rtw88: prepare locking for SDIO support
 2022-02-03 22:26 UTC  (6+ messages)

[PATCH AUTOSEL 5.16 05/52] netfilter: nf_conntrack_netbios_ns: fix helper module alias
 2022-02-03 22:23 UTC  (9+ messages)
` [PATCH AUTOSEL 5.16 11/52] SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt
` [PATCH AUTOSEL 5.16 12/52] net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change
` [PATCH AUTOSEL 5.16 13/52] sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()
` [PATCH AUTOSEL 5.16 21/52] net: sched: Clarify error message when qdisc kind is unknown
` [PATCH AUTOSEL 5.16 35/52] net: stmmac: reduce unnecessary wakeups from eee sw timer
` [PATCH AUTOSEL 5.16 45/52] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()

[PATCH net] net: stmmac: ensure PTP time register reads are consistent
 2022-02-03 22:10 UTC  (2+ messages)

pull-request: bpf 2022-02-03
 2022-02-03 22:00 UTC  (2+ messages)

sunhme: some cleanups
 2022-02-03 21:53 UTC  (3+ messages)
` [PATCH 2/3] sunhme: fix the version number in struct ethtool_drvinfo

[RFC PATCH v7 00/16] Add support for qca8k mdio rw in Ethernet packet
 2022-02-03 21:25 UTC  (8+ messages)

[syzbot] general protection fault in submit_bio_checks
 2022-02-03 21:20 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 04/10] netfilter: nf_conntrack_netbios_ns: fix helper module alias
 2022-02-03 20:36 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 07/10] net: sched: Clarify error message when qdisc kind is unknown
` [PATCH AUTOSEL 4.19 10/10] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()

[PATCH AUTOSEL 5.4 04/15] netfilter: nf_conntrack_netbios_ns: fix helper module alias
 2022-02-03 20:35 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 08/15] net: sched: Clarify error message when qdisc kind is unknown
` [PATCH AUTOSEL 5.4 15/15] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()

[PATCH AUTOSEL 4.14 4/9] netfilter: nf_conntrack_netbios_ns: fix helper module alias
 2022-02-03 20:36 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 9/9] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()

[PATCH AUTOSEL 5.10 05/25] netfilter: nf_conntrack_netbios_ns: fix helper module alias
 2022-02-03 20:34 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 11/25] net: sched: Clarify error message when qdisc kind is unknown
` [PATCH AUTOSEL 5.10 25/25] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()

[PATCH AUTOSEL 4.9 3/7] netfilter: nf_conntrack_netbios_ns: fix helper module alias
 2022-02-03 20:36 UTC 

[PATCH AUTOSEL 5.15 05/41] netfilter: nf_conntrack_netbios_ns: fix helper module alias
 2022-02-03 20:32 UTC  (7+ messages)
` [PATCH AUTOSEL 5.15 11/41] SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt
` [PATCH AUTOSEL 5.15 12/41] net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change
` [PATCH AUTOSEL 5.15 13/41] sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()
` [PATCH AUTOSEL 5.15 21/41] net: sched: Clarify error message when qdisc kind is unknown
` [PATCH AUTOSEL 5.15 32/41] net: stmmac: reduce unnecessary wakeups from eee sw timer
` [PATCH AUTOSEL 5.15 40/41] net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()

[PATCH] arm64: dts: qcom: add IPA qcom,qmp property
 2022-02-03 20:11 UTC  (5+ messages)

[PATCH v6 net-next] net-core: add InMacErrors counter
 2022-02-03 19:35 UTC  (6+ messages)

[net-next v3 00/10] page_pool: Add page_pool stat counters
 2022-02-03 19:31 UTC  (5+ 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).