summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-28net: call skb_defer_free_flush() from __napi_busy_loop()Eric Dumazet
2024-02-28net: bridge: Exit if multicast_init_stats failsBreno Leitao
2024-02-28net: bridge: Do not allocate stats in the driverBreno Leitao
2024-02-28netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao
2024-02-28inet: use xa_array iterator to implement inet_netconf_dump_devconf()Eric Dumazet
2024-02-28inet: do not use RTNL in inet_netconf_get_devconf()Eric Dumazet
2024-02-28inet: annotate devconf data-racesEric Dumazet
2024-02-28net: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn
2024-02-28ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilterZhengchao Shao
2024-02-28net: exthdrs: ioam6: send trace eventJustin Iurman
2024-02-28net: ioam6: multicast eventJustin Iurman
2024-02-28tcp: make dropreason in tcp_child_process() workJason Xing
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing
2024-02-28tcp: add dropreasons in tcp_rcv_state_process()Jason Xing
2024-02-28tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()Jason Xing
2024-02-28tcp: use drop reasons in cookie check for ipv6Jason Xing
2024-02-28tcp: directly drop skb in cookie check for ipv6Jason Xing
2024-02-28tcp: use drop reasons in cookie check for ipv4Jason Xing
2024-02-28tcp: directly drop skb in cookie check for ipv4Jason Xing
2024-02-28net: make SK_MEMORY_PCPU_RESERV tunableAdam Li
2024-02-27ipv6: raw: remove useless input parameter in rawv6_errZhengchao Shao
2024-02-27netlink: use kvmalloc() in netlink_alloc_large_skb()Eric Dumazet
2024-02-26mptcp: check the protocol in mptcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)
2024-02-26mptcp: check the protocol in tcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)
2024-02-26mptcp: token kunit: set protocolMatthieu Baerts (NGI0)
2024-02-26ipv6: anycast: complete RCU handling of struct ifacaddr6Eric Dumazet
2024-02-26rtnetlink: provide RCU protection to rtnl_fill_prop_list()Eric Dumazet
2024-02-26rtnetlink: make rtnl_fill_link_ifmap() RCU readyEric Dumazet
2024-02-26inet: switch inet_dump_fib() to RCU protectionEric Dumazet
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet
2024-02-26ipv6: switch inet6_dump_ifinfo() to RCU protectionEric Dumazet
2024-02-26rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet
2024-02-26rtnetlink: change nlk->cb_mutex roleEric Dumazet
2024-02-26netlink: hold nlk->cb_mutex longer in __netlink_dump_start()Eric Dumazet
2024-02-26netlink: fix netlink_diag_dump() return valueEric Dumazet
2024-02-26ipv6: use xarray iterator to implement inet6_dump_ifinfo()Eric Dumazet
2024-02-26ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet
2024-02-26ipv6: prepare inet6_fill_ifla6_attrs() for RCUEric Dumazet
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet
2024-02-23net: mpls: error out if inner headers are not setFlorian Westphal
2024-02-23net: ethtool: avoid rebuilds on UTS_RELEASE changeJann Horn
2024-02-22Merge tag 'nf-next-24-02-21' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-02-22ipv6/sit: Do not allocate stats in the driverBreno Leitao
2024-02-22net/af_iucv: fix virtual vs physical address confusionAlexander Gordeev
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22Merge tag 'wireless-next-2024-02-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-02-22net: mctp: tests: Add a test for proper tag creation on local outputJeremy Kerr
2024-02-22net: mctp: tests: Test that outgoing skbs have flow data populatedJeremy Kerr
2024-02-22net: mctp: copy skb ext data when fragmentingJeremy Kerr