summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang
2024-12-19xsk: add generic XSk &xdp_buff -> skb conversionAlexander Lobakin
2024-12-19xdp: add generic xdp_build_skb_from_buff()Alexander Lobakin
2024-12-19xdp: add generic xdp_buff_add_frag()Alexander Lobakin
2024-12-19gre: Drop ip_route_output_gre().Guillaume Nault
2024-12-19af_unix: Add a prompt to CONFIG_AF_UNIX_OOBFlorent Revest
2024-12-19Merge tag 'wireless-next-2024-12-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-12-19net: netlink: catch attempts to send empty messagesJakub Kicinski
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-19Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-19ipv6: Add flow label to route get requestsIdo Schimmel
2024-12-19net: fib_rules: Enable flow label selector usageIdo Schimmel
2024-12-19ipv6: fib_rules: Add flow label supportIdo Schimmel
2024-12-19ipv4: fib_rules: Reject flow label attributesIdo Schimmel
2024-12-19net: fib_rules: Add flow label selector attributesIdo Schimmel
2024-12-19net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr
2024-12-19Merge tag 'nf-24-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-12-18psample: adjust size if rate_as_probability is setAdrian Moreno
2024-12-18netdev-genl: avoid empty messages in queue dumpJakub Kicinski
2024-12-18net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagg...Vladimir Oltean
2024-12-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2024-12-18ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet
2024-12-19netfilter: ipset: Fix for recursive locking warningPhil Sutter
2024-12-18ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight
2024-12-17inetpeer: do not get a refcount in inet_getpeer()Eric Dumazet
2024-12-17inetpeer: update inetpeer timestamp in inet_getpeer()Eric Dumazet
2024-12-17inetpeer: remove create argument of inet_getpeer()Eric Dumazet
2024-12-17inetpeer: remove create argument of inet_getpeer_v[46]()Eric Dumazet
2024-12-17net: bridge: constify 'struct bin_attribute'Thomas Weißschuh
2024-12-17rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima
2024-12-17net: page_pool: rename page_pool_is_last_ref()Jakub Kicinski
2024-12-17devlink: add devlink_fmsg_dump_skb() functionMateusz Polchlopek
2024-12-17net/sched: Add drop reasons for AQM-based qdiscsToke Høiland-Jørgensen
2024-12-17af_unix: Remove unix_our_peer().Kuniyuki Iwashima
2024-12-17af_unix: Clean up error paths in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Clean up SOCK_DEAD error paths in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Defer sock_put() to clean up path in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Split restart label in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Use msg->{msg_name,msg_namelen} in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Move !sunaddr case in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Set error only when needed in unix_dgram_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Clean up error paths in unix_stream_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Set error only when needed in unix_stream_sendmsg().Kuniyuki Iwashima
2024-12-17af_unix: Clean up error paths in unix_stream_connect().Kuniyuki Iwashima
2024-12-17af_unix: Set error only when needed in unix_stream_connect().Kuniyuki Iwashima
2024-12-17batman-adv: Map VID 0 to untagged TT VLANSven Eckelmann
2024-12-16sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri
2024-12-16sock: Introduce sk_set_prio_allowed helper functionAnna Emese Nyiri