aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-15/+31
2024-12-21Merge tag 'ceph-for-6.13-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-0/+2
2024-12-20bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang1-6/+15
2024-12-20tcp_bpf: Fix copied value in tcp_bpf_sendmsgLevi Zim1-4/+4
2024-12-20skmsg: Return copied bytes in sk_msg_memcopy_from_iterLevi Zim1-2/+3
2024-12-20l2tp: Use inet_sk_init_flowi4() in l2tp_ip_sendmsg().Guillaume Nault1-13/+6
2024-12-20ipv4: Use inet_sk_init_flowi4() in __ip_queue_xmit().Guillaume Nault1-12/+4
2024-12-20ipv4: Use inet_sk_init_flowi4() in inet_csk_rebuild_route().Guillaume Nault1-9/+2
2024-12-20ipv4: Use inet_sk_init_flowi4() in ip4_datagram_release_cb().Guillaume Nault1-9/+2
2024-12-20ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header().Guillaume Nault1-12/+2
2024-12-20net: bridge: Handle changes in VLAN_FLAG_BRIDGE_BINDINGPetr Machata3-0/+40
2024-12-20net: bridge: Extract a helper to handle bridge_binding togglesPetr Machata1-6/+14
2024-12-20inetpeer: avoid false sharing in inet_peer_xrlim_allow()Eric Dumazet1-7/+11
2024-12-20netdev-genl: avoid empty messages in napi getJakub Kicinski1-1/+5
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang2-2/+8
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-1/+1
2024-12-19xsk: add generic XSk &xdp_buff -> skb conversionAlexander Lobakin1-0/+112
2024-12-19xdp: add generic xdp_build_skb_from_buff()Alexander Lobakin1-0/+55
2024-12-19xdp: add generic xdp_buff_add_frag()Alexander Lobakin1-0/+11
2024-12-19gre: Drop ip_route_output_gre().Guillaume Nault1-7/+10
2024-12-19af_unix: Add a prompt to CONFIG_AF_UNIX_OOBFlorent Revest1-1/+3
2024-12-19Merge tag 'wireless-next-2024-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski24-530/+384
2024-12-19net: netlink: catch attempts to send empty messagesJakub Kicinski1-0/+1
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-78/+235
2024-12-19Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds12-41/+203
2024-12-19ipv6: Add flow label to route get requestsIdo Schimmel1-1/+19
2024-12-19net: fib_rules: Enable flow label selector usageIdo Schimmel1-2/+2
2024-12-19ipv6: fib_rules: Add flow label supportIdo Schimmel1-2/+55
2024-12-19ipv4: fib_rules: Reject flow label attributesIdo Schimmel1-0/+6
2024-12-19net: fib_rules: Add flow label selector attributesIdo Schimmel1-0/+2
2024-12-19net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr2-10/+112
2024-12-19Merge tag 'nf-24-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni2-2/+5
2024-12-18psample: adjust size if rate_as_probability is setAdrian Moreno1-3/+6
2024-12-18netdev-genl: avoid empty messages in queue dumpJakub Kicinski1-2/+2
2024-12-18net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagged trafficVladimir Oltean1-5/+11
2024-12-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski1-0/+67
2024-12-18ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet1-2/+2
2024-12-19netfilter: ipset: Fix for recursive locking warningPhil Sutter1-0/+3
2024-12-18ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight1-2/+2
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet7-29/+32
2024-12-17inetpeer: update inetpeer timestamp in inet_getpeer()Eric Dumazet1-8/+4
2024-12-17inetpeer: remove create argument of inet_getpeer()Eric Dumazet1-9/+2
2024-12-17inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet6-7/+7
2024-12-17net: bridge: constify 'struct bin_attribute'Thomas Weißschuh1-3/+3
2024-12-17rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima1-2/+3
2024-12-17net: page_pool: rename page_pool_is_last_ref()Jakub Kicinski1-1/+1
2024-12-17devlink: add devlink_fmsg_dump_skb() functionMateusz Polchlopek1-0/+67
2024-12-17net/sched: Add drop reasons for AQM-based qdiscsToke Høiland-Jørgensen7-10/+21
2024-12-17af_unix: Remove unix_our_peer().Kuniyuki Iwashima1-6/+1
2024-12-17af_unix: Clean up error paths in unix_dgram_sendmsg().Kuniyuki Iwashima1-16/+15