summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2024-12-05net: avoid potential UAF in default_operstate()Eric Dumazet
2024-12-03net: Make napi_hash_lock irq safeJoe Damato
2024-12-03rtnetlink: fix double call of rtnl_link_get_net_ifla()Cong Wang
2024-11-24rtnetlink: fix rtnl_dump_ifinfo() error pathEric Dumazet
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-11-21Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-11-18bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen
2024-11-18netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao
2024-11-18net/neighbor: clear error in case strict check is not setJakub Kicinski
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-15ndo_fdb_del: Add a parameter to report whether notification was sentPetr Machata
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata
2024-11-15net: netpoll: flush skb pool during cleanupBreno Leitao
2024-11-15net: netpoll: Individualize the skb poolBreno Leitao
2024-11-15netdev-genl: Hold rcu_read_lock in napi_setJoe Damato
2024-11-15netdev-genl: Hold rcu_read_lock in napi_getJoe Damato
2024-11-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-11-14bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion.Guillaume Nault
2024-11-14bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion.Guillaume Nault
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-11-12net: page_pool: do not count normal frag allocation in statsJakub Kicinski
2024-11-12net: Implement fault injection forcing skb reallocationBreno Leitao
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong
2024-11-11net: Add control functions for irq suspensionMartin Karsten
2024-11-11net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten
2024-11-11net: fix SO_DEVMEM_DONTNEED looping too longMina Almasry
2024-11-11rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...Kuniyuki Iwashima
2024-11-11rtnetlink: Convert RTM_NEWLINK to per-netns RTNL.Kuniyuki Iwashima
2024-11-11rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima
2024-11-11rtnetlink: Introduce struct rtnl_nets and helpers.Kuniyuki Iwashima
2024-11-11rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima
2024-11-11rtnetlink: Protect link_ops by mutex.Kuniyuki Iwashima
2024-11-11rtnetlink: Remove __rtnl_link_unregister().Kuniyuki Iwashima
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin
2024-11-11net: convert to nla_get_*_default()Johannes Berg
2024-11-09neighbour: Create netdev->neighbour associationGilad Naaman
2024-11-09neighbour: Remove bare neighbour::next pointerGilad Naaman
2024-11-09neighbour: Convert iteration to use hlist+macroGilad Naaman
2024-11-09neighbour: Convert seq_file functions to use hlistGilad Naaman
2024-11-09neighbour: Add hlist_node to struct neighbourGilad Naaman
2024-11-08bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye
2024-11-07net: pktgen: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao
2024-11-06bpf, sockmap: Fix sk_msg_reset_currZijian Zhang
2024-11-06bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang
2024-11-06bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang
2024-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski