netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-03 23:12:48 to 2022-02-04 18:46:48 UTC [more...]

[PATCH net-next 0/4] net: dev: PREEMPT_RT fixups
 2022-02-04 18:46 UTC  (18+ 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 bpf-next v5 0/9] libbpf: Implement BTFGen
 2022-02-04 18:41 UTC  (7+ messages)
` [PATCH bpf-next v5 6/9] bpftool: Implement relocations recording for BTFGen

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

[PATCH net-next 0/3] net: device tracking improvements
 2022-02-04 18:36 UTC  (4+ messages)
` [PATCH net-next 1/3] ref_tracker: implement use-after-free detection
` [PATCH net-next 2/3] ref_tracker: add a count of untracked references
` [PATCH net-next 3/3] net: refine dev_put()/dev_hold() debugging

[PATCH] arm64: dts: qcom: add IPA qcom,qmp property
 2022-02-04 18:35 UTC  (2+ messages)
` (subset) "

[PATCH bpf-next] selftest/bpf: check invalid length in test_xdp_update_frags
 2022-02-04 18:30 UTC  (5+ messages)

[PATCH iproute2-next v2 0/2] GTP support for ip link and tc flower
 2022-02-04 18:20 UTC  (5+ messages)
` [PATCH iproute2-next v2 1/2] ip: GTP support in ip link
` [PATCH iproute2-next v2 2/2] f_flower: Implement gtp options support

[PATCH net-next 0/4] inet: Separate DSCP from ECN bits using new dscp_t type
 2022-02-04 18:19 UTC  (6+ 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 iproute2-next] mptcp: add the fullmesh flag setting support
 2022-02-04 18:17 UTC  (2+ messages)

[PATCH v7 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2022-02-04 18:14 UTC  (12+ messages)
` [PATCH v7 net-next 01/10] dt-bindings: net: dsa: dt bindings for microchip lan937x
` [PATCH v7 net-next 02/10] net: dsa: move mib->cnt_ptr reset code to ksz_common.c
` [PATCH v7 net-next 03/10] net: phy: Add support for LAN937x T1 phy driver
` [PATCH v7 net-next 04/10] net: dsa: tag_ksz: add tag handling for Microchip LAN937x
` [PATCH v7 net-next 05/10] net: dsa: microchip: add DSA support for microchip lan937x
` [PATCH v7 net-next 06/10] net: dsa: microchip: add support for phylink management
` [PATCH v7 net-next 07/10] net: dsa: microchip: add support for ethtool port counters
` [PATCH v7 net-next 08/10] net: dsa: microchip: add support for port mirror operations
` [PATCH v7 net-next 09/10] net: dsa: microchip: add support for fdb and mdb management
` [PATCH v7 net-next 10/10] net: dsa: microchip: add support for vlan operations

[PATCH v8 bpf-next 4/9] bpf: use prog->jited_len in bpf_prog_ksym_set_addr()
 2022-02-04 18:05 UTC  (2+ messages)

[net-next v4 00/11] page_pool: Add page_pool stat counters
 2022-02-04 18:04 UTC  (20+ 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 1/2] net: napi: wake up ksoftirqd if needed after scheduling NAPI
 2022-02-04 18:03 UTC  (11+ messages)

[PATCH net-next] net: dsa: realtek: don't default Kconfigs to y
 2022-02-04 17:47 UTC  (2+ messages)

[PATCH net 0/6] Netfilter fixes for net
 2022-02-04 17:40 UTC  (9+ 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 nf-next] nfqueue: enable to get skb->priority
 2022-02-04 17:18 UTC  (10+ messages)
    ` [PATCH nf-next] nfqueue: enable to set skb->priority
  ` [PATCH libnetfilter_queue] libnetfilter_queue: add support of skb->priority

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

[PATCH net-next] net: dsa: qca8k: check correct variable in qca8k_phy_eth_command()
 2022-02-04 17:06 UTC  (2+ messages)

[PATCH net] igc: Clear old XDP info when changing ring settings
 2022-02-04 17:04 UTC  (2+ messages)

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

[RFC] ice: use msleep instead of mdelay
 2022-02-04 16:58 UTC 

[RFC PATCH net-next v4 0/6] ice: GTP support in switchdev
 2022-02-04 16:51 UTC  (7+ messages)
` [RFC PATCH net-next v4 1/6] gtp: Allow to create GTP device without FDs
` [RFC PATCH net-next v4 2/6] gtp: Add support for checking GTP device type
` [RFC PATCH net-next v4 3/6] net/sched: Allow flower to match on GTP options
` [RFC PATCH net-next v4 4/6] gtp: Implement GTP echo response
` [RFC PATCH net-next v4 5/6] ice: Fix FV offset searching
` [RFC PATCH net-next v4 6/6] ice: Support GTP-U and GTP-C offload in switchdev

[PATCH net-next 0/2] gro: a couple of minor optimization
 2022-02-04 16:34 UTC  (7+ 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 net 0/2] net: fix issues when uncloning an skb dst+metadata
 2022-02-04 16:19 UTC  (6+ messages)
` [PATCH net 1/2] net: do not keep the dst cache when uncloning an skb dst and its metadata

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

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

[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] "

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

[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 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] net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs
 2022-02-04 13:10 UTC  (4+ messages)

[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  (2+ messages)

[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 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] 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 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 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)

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


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