summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-can-next-for-5.19-20220516' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-05-162-23/+94
|\
| * can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp2022-05-161-0/+5
| * can: isotp: add support for transmission without flow controlOliver Hartkopp2022-05-161-21/+79
| * can: raw: add support for SO_TXTIME/SCM_TXTIMEMarc Kleine-Budde2022-05-161-1/+10
| * can: raw: raw_sendmsg(): remove not needed setting of skb->skMarc Kleine-Budde2022-05-161-1/+0
* | mptcp: sockopt: add TCP_DEFER_ACCEPT supportFlorian Westphal2022-05-161-0/+15
* | Revert "mptcp: add data lock for sk timers"Paolo Abeni2022-05-161-12/+0
|/
* net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet2022-05-161-2/+3
* net: add skb_defer_max sysctlEric Dumazet2022-05-164-7/+19
* net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet2022-05-161-1/+1
* net: fix possible race in skb_attempt_defer_free()Eric Dumazet2022-05-162-5/+7
* net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv()Menglong Dong2022-05-162-0/+2
* net: skb: check the boundrary of drop reason in kfree_skb_reason()Menglong Dong2022-05-161-0/+2
* net: dm: check the boundary of skb drop reasonsMenglong Dong2022-05-161-1/+1
* net/smc: align the connect behaviour with TCPGuangguan Wang2022-05-161-4/+46
* inet: rename INET_MATCH()Eric Dumazet2022-05-162-5/+5
* ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet2022-05-163-5/+5
* l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_ifEric Dumazet2022-05-162-4/+8
* net_sched: em_meta: add READ_ONCE() in var_sk_bound_if()Eric Dumazet2022-05-161-2/+5
* inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet2022-05-161-4/+8
* dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet2022-05-162-3/+3
* net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_ifEric Dumazet2022-05-161-4/+7
* sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet2022-05-161-1/+3
* net: annotate races around sk->sk_bound_dev_ifEric Dumazet2022-05-162-8/+9
* ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li2022-05-161-2/+20
* net: allow gro_max_size to exceed 65536Alexander Duyck2022-05-163-9/+9
* ipv6/gro: insert temporary HBH/jumbo headerEric Dumazet2022-05-161-2/+30
* ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet2022-05-161-1/+23
* tcp_cubic: make hystart_ack_delay() aware of BIG TCPEric Dumazet2022-05-161-2/+2
* net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-167-8/+24
* net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet2022-05-161-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller2022-05-1614-305/+420
|\
| * netfilter: conntrack: skip verification of zero UDP checksumKevin Mitchell2022-05-132-5/+9
| * netfilter: flowtable: nft_flow_route use more data for reverse routeSven Auhagen2022-05-131-0/+8
| * netfilter: conntrack: add nf_conntrack_events autodetect modeFlorian Westphal2022-05-133-8/+24
| * netfilter: conntrack: un-inline nf_ct_ecache_ext_addFlorian Westphal2022-05-132-3/+33
| * netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal2022-05-131-3/+37
| * netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()Pablo Neira Ayuso2022-05-135-41/+47
| * netfilter: conntrack: avoid unconditional local_bh_disableFlorian Westphal2022-05-131-5/+2
| * netfilter: conntrack: remove unconfirmed listFlorian Westphal2022-05-132-98/+3
| * netfilter: conntrack: remove __nf_ct_unconfirmed_destroyFlorian Westphal2022-05-133-39/+13
| * netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal2022-05-131-0/+12
| * netfilter: extensions: introduce extension genid countFlorian Westphal2022-05-132-1/+86
| * netfilter: remove nf_ct_unconfirmed_destroy helperFlorian Westphal2022-05-132-15/+3
| * netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal2022-05-131-2/+28
| * netfilter: conntrack: remove the percpu dying listFlorian Westphal2022-05-133-46/+13
| * netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal2022-05-132-0/+53
| * netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal2022-05-132-70/+80
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-05-135-23/+13
|\ \
| * | xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky2022-05-061-3/+0