summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: call skb_defer_free_flush() from __napi_busy_loop()Eric Dumazet2024-02-281-21/+22
* | | net: bridge: Exit if multicast_init_stats failsBreno Leitao2024-02-281-1/+2
* | | net: bridge: Do not allocate stats in the driverBreno Leitao2024-02-281-11/+2
* | | netlabel: remove impossible return value in netlbl_bitmap_walkZhengchao Shao2024-02-283-9/+3
* | | inet: use xa_array iterator to implement inet_netconf_dump_devconf()Eric Dumazet2024-02-281-58/+43
* | | inet: do not use RTNL in inet_netconf_get_devconf()Eric Dumazet2024-02-281-12/+15
* | | inet: annotate devconf data-racesEric Dumazet2024-02-284-15/+16
* | | net: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-02-281-1/+1
* | | net: ethtool: eee: Remove legacy _u32 from keeeAndrew Lunn2024-02-282-46/+14
* | | ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilterZhengchao Shao2024-02-281-4/+4
* | | net: exthdrs: ioam6: send trace eventJustin Iurman2024-02-281-0/+4
* | | net: ioam6: multicast eventJustin Iurman2024-02-281-0/+64
* | | tcp: make dropreason in tcp_child_process() workJason Xing2024-02-282-11/+17
* | | tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing2024-02-283-7/+9
* | | tcp: add dropreasons in tcp_rcv_state_process()Jason Xing2024-02-281-7/+12
* | | tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()Jason Xing2024-02-281-1/+4
* | | tcp: use drop reasons in cookie check for ipv6Jason Xing2024-02-281-4/+12
* | | tcp: directly drop skb in cookie check for ipv6Jason Xing2024-02-282-4/+5
* | | tcp: use drop reasons in cookie check for ipv4Jason Xing2024-02-281-6/+13
* | | tcp: directly drop skb in cookie check for ipv4Jason Xing2024-02-282-1/+5
* | | net: make SK_MEMORY_PCPU_RESERV tunableAdam Li2024-02-282-0/+10
* | | ipv6: raw: remove useless input parameter in rawv6_errZhengchao Shao2024-02-271-3/+2
* | | netlink: use kvmalloc() in netlink_alloc_large_skb()Eric Dumazet2024-02-271-10/+8
* | | mptcp: check the protocol in mptcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)2024-02-261-1/+7
* | | mptcp: check the protocol in tcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)2024-02-261-0/+10
* | | mptcp: token kunit: set protocolMatthieu Baerts (NGI0)2024-02-261-1/+6
* | | ipv6: anycast: complete RCU handling of struct ifacaddr6Eric Dumazet2024-02-262-40/+25
* | | rtnetlink: provide RCU protection to rtnl_fill_prop_list()Eric Dumazet2024-02-261-5/+4
* | | rtnetlink: make rtnl_fill_link_ifmap() RCU readyEric Dumazet2024-02-261-10/+11
* | | inet: switch inet_dump_fib() to RCU protectionEric Dumazet2024-02-262-21/+20
* | | inet: allow ip_valid_fib_dump_req() to be called with RTNL or RCUEric Dumazet2024-02-265-9/+25
* | | ipv6: switch inet6_dump_ifinfo() to RCU protectionEric Dumazet2024-02-261-1/+1
* | | rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flagEric Dumazet2024-02-262-0/+5
* | | rtnetlink: change nlk->cb_mutex roleEric Dumazet2024-02-262-16/+21
* | | netlink: hold nlk->cb_mutex longer in __netlink_dump_start()Eric Dumazet2024-02-261-7/+6
* | | netlink: fix netlink_diag_dump() return valueEric Dumazet2024-02-261-1/+1
* | | ipv6: use xarray iterator to implement inet6_dump_ifinfo()Eric Dumazet2024-02-261-27/+19
* | | ipv6: prepare inet6_fill_ifinfo() for RCU protectionEric Dumazet2024-02-262-6/+9
* | | ipv6: prepare inet6_fill_ifla6_attrs() for RCUEric Dumazet2024-02-262-75/+90
* | | rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-267-10/+10
* | | net: mpls: error out if inner headers are not setFlorian Westphal2024-02-231-0/+3
* | | net: ethtool: avoid rebuilds on UTS_RELEASE changeJann Horn2024-02-231-2/+3
* | | Merge tag 'nf-next-24-02-21' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-02-2211-258/+346
|\ \ \
| * | | netfilter: x_tables: Use unsafe_memcpy() for 0-sized destinationKees Cook2024-02-211-1/+2
| * | | netfilter: move nf_reinject into nfnetlink_queue modulesFlorian Westphal2024-02-213-143/+142
| * | | netfilter: nft_set_pipapo: use GFP_KERNEL for insertionsFlorian Westphal2024-02-211-7/+11
| * | | netfilter: nft_set_pipapo: speed up bulk element insertionsFlorian Westphal2024-02-212-16/+69
| * | | netfilter: nft_set_pipapo: shrink data structuresFlorian Westphal2024-02-212-40/+51
| * | | netfilter: nft_set_pipapo: do not rely on ZERO_SIZE_PTRFlorian Westphal2024-02-211-4/+12
| * | | netfilter: nft_set_pipapo: constify lookup fn args where possibleFlorian Westphal2024-02-213-35/+48