aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2024-11-15ndo_fdb_add: Add a parameter to report whether notification was sentPetr Machata1-3/+6
2024-11-15net: netpoll: flush skb pool during cleanupBreno Leitao1-1/+13
2024-11-15net: netpoll: Individualize the skb poolBreno Leitao1-18/+13
2024-11-15netdev-genl: Hold rcu_read_lock in napi_setJoe Damato1-0/+2
2024-11-15netdev-genl: Hold rcu_read_lock in napi_getJoe Damato1-0/+2
2024-11-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-37/+51
2024-11-14bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion.Guillaume Nault1-1/+1
2024-11-14bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion.Guillaume Nault1-1/+1
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-19/+25
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-18/+24
2024-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov4-3/+11
2024-11-12net: page_pool: do not count normal frag allocation in statsJakub Kicinski1-1/+1
2024-11-12net: Implement fault injection forcing skb reallocationBreno Leitao2-0/+107
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong1-2/+4
2024-11-11net: Add control functions for irq suspensionMartin Karsten1-0/+37
2024-11-11net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten4-2/+42
2024-11-11net: fix SO_DEVMEM_DONTNEED looping too longMina Almasry1-18/+24
2024-11-11rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PERNET_WIP.Kuniyuki Iwashima1-3/+16
2024-11-11rtnetlink: Convert RTM_NEWLINK to per-netns RTNL.Kuniyuki Iwashima1-3/+24
2024-11-11rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima1-4/+51
2024-11-11rtnetlink: Introduce struct rtnl_nets and helpers.Kuniyuki Iwashima1-3/+67
2024-11-11rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima2-29/+7
2024-11-11rtnetlink: Protect link_ops by mutex.Kuniyuki Iwashima1-13/+20
2024-11-11rtnetlink: Remove __rtnl_link_unregister().Kuniyuki Iwashima1-22/+10
2024-11-11mm: page_frag: avoid caller accessing 'page_frag_cache' directlyYunsheng Lin1-3/+3
2024-11-11net: convert to nla_get_*_default()Johannes Berg2-6/+2
2024-11-09neighbour: Create netdev->neighbour associationGilad Naaman1-38/+58
2024-11-09neighbour: Remove bare neighbour::next pointerGilad Naaman1-80/+10
2024-11-09neighbour: Convert iteration to use hlist+macroGilad Naaman1-29/+18
2024-11-09neighbour: Convert seq_file functions to use hlistGilad Naaman1-56/+48
2024-11-09neighbour: Add hlist_node to struct neighbourGilad Naaman1-1/+19
2024-11-08bpf: Fix mismatched RCU unlock flavour in bpf_out_neigh_v6Jiawei Ye1-1/+1
2024-11-07net: pktgen: Switch to use hrtimer_setup_sleeper_on_stack()Nam Cao1-1/+1
2024-11-06bpf, sockmap: Fix sk_msg_reset_currZijian Zhang1-11/+9
2024-11-06bpf, sockmap: Several fixes to bpf_msg_pop_dataZijian Zhang1-6/+9
2024-11-06bpf, sockmap: Several fixes to bpf_msg_push_dataZijian Zhang1-20/+33
2024-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-28/+11
2024-11-03fdget(), trivial conversionsAl Viro1-6/+4
2024-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-29/+25
2024-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+4
2024-10-31Merge tag 'net-6.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-2/+6
2024-10-30rtnetlink: Fix an error handling path in rtnl_newlink()Christophe JAILLET1-2/+4
2024-10-30net: skip offload for NETIF_F_IPV6_CSUM if ipv6 header contains extensionBenoƮt Monin1-0/+4
2024-10-30bpf: bpf_csum_diff: Optimize and homogenize for all archsPuranjay Mohan1-28/+11
2024-10-29net: fix crash when config small gso_max_size/gso_ipv4_max_sizeWang Liang1-2/+2
2024-10-29rtnetlink: Fix kdoc of rtnl_af_register().Kuniyuki Iwashima1-1/+1
2024-10-29ipv4: Convert devinet_ioctl to per-netns RTNL.Kuniyuki Iwashima1-3/+3
2024-10-29rtnetlink: Define rtnl_net_trylock().Kuniyuki Iwashima1-0/+11
2024-10-28sock_map: fix a NULL pointer dereference in sock_map_link_update_prog()Cong Wang1-0/+4
2024-10-28neighbour: use kvzalloc()/kvfree()Eric Dumazet1-17/+2