summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-121/+266
2022-05-19Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds21-116/+231
2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny2-13/+95
2022-05-19net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.Andrew Lunn1-0/+7
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski5-71/+49
2022-05-18netfilter: nf_tables: disable expression reduction infraPablo Neira Ayuso1-10/+1
2022-05-18netfilter: flowtable: move dst_check to packet pathRitaro Takenaka2-22/+20
2022-05-18netfilter: flowtable: fix TCP flow teardownPablo Neira Ayuso2-27/+9
2022-05-18mptcp: Do TCP fallback on early DSS checksum failureMat Martineau2-4/+20
2022-05-18mptcp: fix checksum byte orderPaolo Abeni3-14/+26
2022-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-10/+25
2022-05-18net: af_key: check encryption module availability consistencyThomas Bartschies1-3/+3
2022-05-18net: af_key: add check for pfkey_broadcast in function pfkey_processJiasheng Jiang1-2/+4
2022-05-18dn_route: set rt neigh to blackhole_netdev instead of loopback_dev in ifdownXin Long1-1/+1
2022-05-18NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2-3/+3
2022-05-18net/smc: rdma write inline if qp has sufficient inline spaceGuangguan Wang1-5/+12
2022-05-18net/smc: send cdc msg inline if qp has sufficient inline spaceGuangguan Wang2-1/+5
2022-05-17ax25: merge repeat codes in ax25_dev_device_down()Lu Wei1-12/+10
2022-05-17xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdownXin Long1-1/+1
2022-05-17Merge tag 'linux-can-next-for-5.19-20220516' of git://git.kernel.org/pub/scm/...Jakub Kicinski2-23/+94
2022-05-16mptcp: sockopt: add TCP_DEFER_ACCEPT supportFlorian Westphal1-0/+15
2022-05-16Revert "mptcp: add data lock for sk timers"Paolo Abeni1-12/+0
2022-05-16can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp1-0/+5
2022-05-16can: isotp: add support for transmission without flow controlOliver Hartkopp1-21/+79
2022-05-16can: raw: add support for SO_TXTIME/SCM_TXTIMEMarc Kleine-Budde1-1/+10
2022-05-16can: raw: raw_sendmsg(): remove not needed setting of skb->skMarc Kleine-Budde1-1/+0
2022-05-16netfilter: nft_flow_offload: fix offload with pppoe + vlanFelix Fietkau1-1/+2
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-1/+1
2022-05-16netfilter: nft_flow_offload: skip dst neigh lookup for ppp devicesFelix Fietkau1-9/+13
2022-05-16netfilter: flowtable: fix excessive hw offload attempts after failureFelix Fietkau1-1/+3
2022-05-16net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni1-0/+4
2022-05-16net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet1-2/+3
2022-05-16net: add skb_defer_max sysctlEric Dumazet4-7/+19
2022-05-16net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet1-1/+1
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet2-5/+7
2022-05-16net: tcp: reset 'drop_reason' to NOT_SPCIFIED in tcp_v{4,6}_rcv()Menglong Dong2-0/+2
2022-05-16net: skb: check the boundrary of drop reason in kfree_skb_reason()Menglong Dong1-0/+2
2022-05-16net: dm: check the boundary of skb drop reasonsMenglong Dong1-1/+1
2022-05-16net/smc: align the connect behaviour with TCPGuangguan Wang1-4/+46
2022-05-16inet: rename INET_MATCH()Eric Dumazet2-5/+5
2022-05-16ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()Eric Dumazet3-5/+5
2022-05-16l2tp: use add READ_ONCE() to fetch sk->sk_bound_dev_ifEric Dumazet2-4/+8
2022-05-16net_sched: em_meta: add READ_ONCE() in var_sk_bound_if()Eric Dumazet1-2/+5
2022-05-16inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()Eric Dumazet1-4/+8
2022-05-16dccp: use READ_ONCE() to read sk->sk_bound_dev_ifEric Dumazet2-3/+3
2022-05-16net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_ifEric Dumazet1-4/+7
2022-05-16sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet1-1/+3
2022-05-16net: annotate races around sk->sk_bound_dev_ifEric Dumazet2-8/+9
2022-05-16ipv6: Add hop-by-hop header to jumbograms in ip6_outputCoco Li1-2/+20
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck3-9/+9