summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-29net: sit: Do not set .ndo_get_stats64Breno Leitao1-1/+0
2024-02-29net: get stats64 if device if driver is configuredBreno Leitao1-0/+2
2024-02-29ipv4: raw: remove useless input parameter in do_raw_set/getsockoptZhengchao Shao1-5/+5
2024-02-29inet6: expand rcu_read_lock() scope in inet6_dump_addr()Eric Dumazet1-4/+4
2024-02-29net: call skb_defer_free_flush() from __napi_busy_loop()Eric Dumazet1-21/+22
2024-02-29net: bridge: Exit if multicast_init_stats failsBreno Leitao1-1/+2
2024-02-29net: bridge: Do not allocate stats in the driverBreno Leitao1-11/+2
2024-02-29netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao3-9/+3
2024-02-29inet: use xa_array iterator to implement inet_netconf_dump_devconf()Eric Dumazet1-58/+43
2024-02-29inet: do not use RTNL in inet_netconf_get_devconf()Eric Dumazet1-12/+15
2024-02-29inet: annotate devconf data-racesEric Dumazet4-15/+16
2024-02-29net: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-28net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn2-46/+14
2024-02-28ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilterZhengchao Shao1-4/+4
2024-02-28net: exthdrs: ioam6: send trace eventJustin Iurman1-0/+4
2024-02-28net: ioam6: multicast eventJustin Iurman1-0/+64
2024-02-28tcp: make dropreason in tcp_child_process() workJason Xing2-11/+17
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing3-7/+9
2024-02-28tcp: add dropreasons in tcp_rcv_state_process()Jason Xing1-7/+12
2024-02-28tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()Jason Xing1-1/+4
2024-02-28tcp: use drop reasons in cookie check for ipv6Jason Xing1-4/+12
2024-02-28tcp: directly drop skb in cookie check for ipv6Jason Xing2-4/+5
2024-02-28tcp: use drop reasons in cookie check for ipv4Jason Xing1-6/+13
2024-02-28tcp: directly drop skb in cookie check for ipv4Jason Xing2-1/+5
2024-02-28net: make SK_MEMORY_PCPU_RESERV tunableAdam Li2-0/+10
2024-02-28ipv6: raw: remove useless input parameter in rawv6_errZhengchao Shao1-3/+2
2024-02-27netlink: use kvmalloc() in netlink_alloc_large_skb()Eric Dumazet1-10/+8
2024-02-27mptcp: check the protocol in mptcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)1-1/+7
2024-02-27mptcp: check the protocol in tcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)1-0/+10
2024-02-27mptcp: token kunit: set protocolMatthieu Baerts (NGI0)1-1/+6
2024-02-27ipv6: anycast: complete RCU handling of struct ifacaddr6Eric Dumazet2-40/+25
2024-02-26rtnetlink: provide RCU protection to rtnl_fill_prop_list()Eric Dumazet1-5/+4
2024-02-26rtnetlink: make rtnl_fill_link_ifmap() RCU readyEric Dumazet1-10/+11
2024-02-26inet: switch inet_dump_fib() to RCU protectionEric Dumazet2-21/+20
2024-02-26inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet5-9/+25
2024-02-26ipv6: switch inet6_dump_ifinfo() to RCU protectionEric Dumazet1-1/+1
2024-02-26rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet2-0/+5
2024-02-26rtnetlink: change nlk->cb_mutex roleEric Dumazet2-16/+21
2024-02-26netlink: hold nlk->cb_mutex longer in __netlink_dump_start()Eric Dumazet1-7/+6
2024-02-26netlink: fix netlink_diag_dump() return valueEric Dumazet1-1/+1
2024-02-26ipv6: use xarray iterator to implement inet6_dump_ifinfo()Eric Dumazet1-27/+19
2024-02-26ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet2-6/+9
2024-02-26ipv6: prepare inet6_fill_ifla6_attrs() for RCUEric Dumazet2-75/+90
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet7-10/+10
2024-02-24net: mpls: error out if inner headers are not setFlorian Westphal1-0/+3
2024-02-24net: ethtool: avoid rebuilds on UTS_RELEASE changeJann Horn1-2/+3
2024-02-23Merge tag 'nf-next-24-02-21' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski11-258/+346
2024-02-23ipv6/sit: Do not allocate stats in the driverBreno Leitao1-8/+4
2024-02-23net/af_iucv: fix virtual vs physical address confusionAlexander Gordeev1-6/+4
2024-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski33-233/+460