summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2025-05-08net: export a helper for adding up queue statsJakub Kicinski1-19/+50
2025-05-08bpf: Scrub packet on bpf_redirect_peerPaul Chaignon1-0/+1
2025-05-07net: add missing instance lock to dev_set_promiscuityStanislav Fomichev2-13/+24
2025-05-07net: Lock netdevices during dev_shutdownCosmin Ratiu1-1/+3
2025-04-22net: lwtunnel: disable BHs when requiredJustin Iurman1-6/+20
2025-04-22net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel1-5/+13
2025-04-22net: fix the missing unlock for detached devicesJakub Kicinski1-3/+6
2025-04-17Merge tag 'net-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-16/+56
2025-04-17net: don't try to ops lock uninitialized devsJakub Kicinski2-4/+3
2025-04-16net: fib_rules: Fix iif / oif matching on L3 master deviceIdo Schimmel1-8/+40
2025-04-14net: don't mix device locking in dev_close_many() callsJakub Kicinski1-4/+13
2025-04-12Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-36/+44
2025-04-10Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-23/+56
2025-04-10bpf: support SKF_NET_OFF and SKF_LL_OFF on skb fragsWillem de Bruijn1-36/+44
2025-04-10net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
2025-04-08rtnetlink: Fix bad unlock balance in do_setlink().Kuniyuki Iwashima1-1/+1
2025-04-07net: hold instance lock during NETDEV_CHANGEStanislav Fomichev5-22/+50
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner4-12/+12
2025-04-04net: avoid false positive warnings in __net_mp_close_rxq()Jakub Kicinski2-8/+8
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski3-57/+48
2025-04-04netdevsim: add dummy device notifiersStanislav Fomichev1-5/+9
2025-04-04net: rename rtnl_net_debug to lock_debugStanislav Fomichev2-1/+1
2025-04-04net: use netif_disable_lro in ipv6_add_devStanislav Fomichev1-0/+1
2025-04-04net: 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-03rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init().Kuniyuki Iwashima1-1/+1
2025-04-03bpf: add missing ops lock around dev_xdp_attach_linkStanislav Fomichev1-0/+2
2025-04-02Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+7
2025-04-01net: 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-27Merge 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-26Merge 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-22net: 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