aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-03net: use netif_disable_lro in ipv6_add_devStanislav Fomichev1-0/+1
2025-04-03net: hold instance lock during NETDEV_REGISTER/UPStanislav Fomichev3-14/+14
2025-04-03net: decrease cached dst counters in dst_releaseAntoine Tenart1-0/+8
2025-04-02rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init().Kuniyuki Iwashima1-1/+1
2025-04-02bpf: add missing ops lock around dev_xdp_attach_linkStanislav Fomichev1-0/+2
2025-04-01Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+7
2025-03-31net: fix use-after-free in the netdev_nl_sock_priv_destroy()Taehee Yoo1-2/+4
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-2/+4
2025-03-27rtnetlink: Allocate vfinfo size for VF GUIDs when supportedMark Zhang1-0/+3
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds32-943/+2220
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-19/+0
2025-03-25Merge tag 'for-net-next-2025-03-25' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-0/+2
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2025-03-25net: protect rxq->mp_params with the instance lockJakub Kicinski2-7/+4
2025-03-25net: designate queue -> napi linking as "ops protected"Jakub Kicinski1-2/+1
2025-03-25net: designate queue counts as "double ops protected" by instance lockJakub Kicinski4-0/+14
2025-03-25net: remove netif_set_real_num_rx_queues() helper for when SYSFS=nJakub Kicinski1-2/+0
2025-03-25net: bubble up taking netdev instance lock to callers of net_devmem_unbind_dm...Jakub Kicinski2-2/+2
2025-03-25net-timestamp: COMPLETION timestamp on packet tx completionPauli Virtanen1-0/+2
2025-03-25net: rfs: hash function changeEric Dumazet2-6/+11
2025-03-24net: introduce per netns packet chainsPaolo Abeni4-20/+64
2025-03-24netpoll: Eliminate redundant assignmentBreno Leitao1-1/+0
2025-03-24net: pktgen: add strict buffer parsing index checkPeter Seiderer1-0/+8
2025-03-21net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Kuniyuki Iwashima1-19/+0
2025-03-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-12/+33
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-12/+54
2025-03-20net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma1-0/+1
2025-03-20net: lwtunnel: fix recursion loopsJustin Iurman1-12/+53
2025-03-20net: phy: Support speed selection for PHY loopbackGerhard Engleder1-2/+2
2025-03-19netconsole: allow selection of egress interface via MAC addressUday Shankar1-12/+39
2025-03-19net: reorder dev_addr_sem lockStanislav Fomichev3-14/+16
2025-03-19Revert "net: replace dev_addr_sem with netdev instance lock"Stanislav Fomichev6-38/+49
2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet1-1/+5
2025-03-15net: filter: Avoid shadowing variable in bpf_convert_ctx_access()Breno Leitao1-2/+2
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-3/+14
2025-03-13tcp: bpf: Support bpf_getsockopt for TCP_BPF_DELACK_MAXJason Xing1-0/+6
2025-03-13tcp: bpf: Support bpf_getsockopt for TCP_BPF_RTO_MINJason Xing1-0/+6
2025-03-13tcp: bpf: Introduce bpf_sol_tcp_getsockopt to support TCP_BPF flagsJason Xing1-12/+21
2025-03-12net: drop rtnl_lock for queue_mgmt operationsStanislav Fomichev3-19/+14
2025-03-12net: add granular lock for the netdev netlink socketStanislav Fomichev1-0/+6
2025-03-12net: create netdev_nl_sock to wrap bindings listStanislav Fomichev3-15/+14
2025-03-12eth: bnxt: switch to netif_closeStanislav Fomichev1-0/+1
2025-03-12net: revert to lockless TC_SETUP_BLOCK and TC_SETUP_FTStanislav Fomichev1-19/+0
2025-03-10net: devmem: do not WARN conditionally after netdev_rx_queue_restart()Taehee Yoo1-1/+3
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski6-0/+7
2025-03-07netpoll: hold rcu read lock in __netpoll_send_skb()Breno Leitao1-2/+7
2025-03-07netpoll: Optimize skb refilling on critical pathBreno Leitao1-2/+13
2025-03-07netmem: prevent TX of unreadable skbsMina Almasry1-0/+3
2025-03-06net: replace dev_addr_sem with netdev instance lockStanislav Fomichev6-49/+38
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev2-2/+23