| Commit message (Expand) | Author | Age | Files | Lines |
* | net: dst: Switch to rcuref_t reference counting | Thomas Gleixner | 2023-03-29 | 1 | -3/+3 |
* | net: dst: Prevent false sharing vs. dst_entry:: __refcnt | Wangyang Guo | 2023-03-29 | 2 | -15/+15 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-03-24 | 1 | -2/+2 |
|\ |
|
| * | erspan: do not use skb_mac_header() in ndo_start_xmit() | Eric Dumazet | 2023-03-22 | 1 | -2/+2 |
* | | ipv6: prevent router_solicitations for team port | Xin Long | 2023-03-24 | 1 | -1/+2 |
* | | netfilter: keep conntrack reference until IPsecv6 policy checks are done | Madhu Koriginja | 2023-03-22 | 4 | -11/+12 |
* | | xtables: move icmp/icmpv6 logic to xt_tcpudp | Florian Westphal | 2023-03-22 | 1 | -67/+1 |
* | | neighbour: switch to standard rcu, instead of rcu_bh | Eric Dumazet | 2023-03-22 | 3 | -18/+18 |
* | | ipv6: flowlabel: do not disable BH where not needed | Eric Dumazet | 2023-03-22 | 1 | -24/+27 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-03-18 | 1 | -2/+2 |
|\| |
|
| * | net: tunnels: annotate lockless accesses to dev->needed_headroom | Eric Dumazet | 2023-03-15 | 1 | -2/+2 |
* | | ipv6: raw: constify raw_v6_match() socket argument | Eric Dumazet | 2023-03-17 | 1 | -1/+1 |
* | | udp6: constify __udp_v6_is_mcast_sock() socket argument | Eric Dumazet | 2023-03-17 | 1 | -2/+2 |
* | | ipv6: constify inet6_mc_check() | Eric Dumazet | 2023-03-17 | 1 | -4/+4 |
* | | inet: preserve const qualifier in inet_sk() | Eric Dumazet | 2023-03-17 | 2 | -2/+2 |
* | | tcp: annotate lockless access to sk->sk_err | Eric Dumazet | 2023-03-17 | 1 | -2/+2 |
* | | net: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet | 2023-03-17 | 2 | -2/+2 |
* | | tcp: annotate lockless accesses to sk->sk_err_soft | Eric Dumazet | 2023-03-17 | 1 | -5/+6 |
* | | ipv6: remove one read_lock()/read_unlock() pair in rt6_check_neigh() | Eric Dumazet | 2023-03-15 | 1 | -4/+4 |
* | | neighbour: annotate lockless accesses to n->nud_state | Eric Dumazet | 2023-03-15 | 3 | -4/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-03-10 | 2 | -1/+2 |
|\| |
|
| * | netfilter: tproxy: fix deadlock due to missing BH disable | Florian Westphal | 2023-03-06 | 1 | -1/+1 |
| * | ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping() | Eric Dumazet | 2023-03-01 | 1 | -0/+1 |
* | | net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps | Vadim Fedorenko | 2023-03-08 | 1 | -1/+1 |
|/ |
|
* | ipv6: Add lwtunnel encap size of all siblings in nexthop calculation | Lu Wei | 2023-02-23 | 1 | -5/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf | Jakub Kicinski | 2023-02-23 | 2 | -3/+8 |
|\ |
|
| * | netfilter: x_tables: fix percpu counter block leak on error path when creatin... | Pavel Tikhomirov | 2023-02-22 | 1 | -0/+4 |
| * | netfilter: ebtables: fix table blob use-after-free | Florian Westphal | 2023-02-22 | 1 | -2/+1 |
| * | netfilter: ip6t_rpfilter: Fix regression with VRF interfaces | Phil Sutter | 2023-02-22 | 1 | -1/+3 |
* | | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2023-02-22 | 11 | -156/+481 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next | David S. Miller | 2023-02-20 | 1 | -0/+1 |
| |\ \ |
|
| | * | | netfilter: let reset rules clean out conntrack entries | Florian Westphal | 2023-02-17 | 1 | -0/+1 |
| * | | | ipv6: icmp6: add drop reason support to icmpv6_echo_reply() | Eric Dumazet | 2023-02-20 | 1 | -5/+8 |
| * | | | ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOST | Eric Dumazet | 2023-02-20 | 1 | -1/+3 |
| * | | | ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONS | Eric Dumazet | 2023-02-20 | 1 | -17/+10 |
| * | | | ipv6: icmp6: add drop reason support to ndisc_redirect_rcv() | Eric Dumazet | 2023-02-20 | 1 | -10/+11 |
| * | | | ipv6: icmp6: add drop reason support to ndisc_router_discovery() | Eric Dumazet | 2023-02-20 | 1 | -18/+19 |
| * | | | ipv6: icmp6: add drop reason support to ndisc_recv_rs() | Eric Dumazet | 2023-02-20 | 1 | -5/+7 |
| * | | | ipv6: icmp6: add drop reason support to ndisc_recv_na() | Eric Dumazet | 2023-02-20 | 1 | -14/+14 |
| * | | | ipv6: icmp6: add drop reason support to ndisc_recv_ns() | Eric Dumazet | 2023-02-20 | 1 | -16/+18 |
| * | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2023-02-17 | 2 | -8/+5 |
| |\ \ \ |
|
| * | | | | seg6: add PSP flavor support for SRv6 End behavior | Andrea Mayer | 2023-02-16 | 1 | -3/+333 |
| * | | | | seg6: factor out End lookup nexthop processing to a dedicated function | Andrea Mayer | 2023-02-16 | 1 | -6/+10 |
| * | | | | net: no longer support SOCK_REFCNT_DEBUG feature | Jason Xing | 2023-02-15 | 2 | -22/+0 |
| * | | | | ipv6: icmp6: add drop reason support to ndisc_rcv() | Eric Dumazet | 2023-02-14 | 2 | -7/+8 |
| * | | | | ipv6: icmp6: add drop reason support to icmpv6_notify() | Eric Dumazet | 2023-02-14 | 1 | -8/+17 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-02-09 | 1 | -0/+1 |
| |\ \ \ \ |
|
| * | | | | | raw: use net_hash_mix() in hash function | Eric Dumazet | 2023-02-04 | 1 | -2/+2 |
| * | | | | | ipv6: raw: add drop reasons | Eric Dumazet | 2023-02-04 | 1 | -5/+7 |
| * | | | | | tcp: add TCP_MINTTL drop reason | Eric Dumazet | 2023-02-03 | 1 | -1/+2 |