summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-1923-121/+266
|\
| * Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-05-1921-116/+231
| |\
| | * net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.Andrew Lunn2022-05-191-0/+7
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-05-185-71/+49
| | |\
| | | * netfilter: nf_tables: disable expression reduction infraPablo Neira Ayuso2022-05-181-10/+1
| | | * netfilter: flowtable: move dst_check to packet pathRitaro Takenaka2022-05-182-22/+20
| | | * netfilter: flowtable: fix TCP flow teardownPablo Neira Ayuso2022-05-182-27/+9
| | | * netfilter: nft_flow_offload: fix offload with pppoe + vlanFelix Fietkau2022-05-161-1/+2
| | | * net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau2022-05-161-1/+1
| | | * netfilter: nft_flow_offload: skip dst neigh lookup for ppp devicesFelix Fietkau2022-05-161-9/+13
| | | * netfilter: flowtable: fix excessive hw offload attempts after failureFelix Fietkau2022-05-161-1/+3
| | * | mptcp: Do TCP fallback on early DSS checksum failureMat Martineau2022-05-182-4/+20
| | * | mptcp: fix checksum byte orderPaolo Abeni2022-05-183-14/+26
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-05-182-10/+25
| | |\ \
| | | * | net: af_key: check encryption module availability consistencyThomas Bartschies2022-05-181-3/+3
| | | * | net: af_key: add check for pfkey_broadcast in function pfkey_processJiasheng Jiang2022-05-181-2/+4
| | | * | xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2022-05-161-5/+18
| | * | | NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2022-05-172-3/+3
| | * | | xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdownXin Long2022-05-171-1/+1
| | * | | net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni2022-05-161-0/+4
| | * | | mptcp: fix subflow accounting on closePaolo Abeni2022-05-133-6/+25
| | * | | Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet2022-05-135-7/+71
| | | |/ | | |/|
| * | | Merge tag 'nfs-for-5.18-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-05-132-4/+35
| |\ \ \ | | |/ / | |/| |
| | * | SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust2022-05-072-0/+34
| | * | Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust2022-05-072-4/+1
* | | | tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny2022-05-192-13/+95
* | | | dn_route: set rt neigh to blackhole_netdev instead of loopback_dev in ifdownXin Long2022-05-171-1/+1
* | | | net/smc: rdma write inline if qp has sufficient inline spaceGuangguan Wang2022-05-171-5/+12
* | | | net/smc: send cdc msg inline if qp has sufficient inline spaceGuangguan Wang2022-05-172-1/+5
* | | | ax25: merge repeat codes in ax25_dev_device_down()Lu Wei2022-05-171-12/+10
* | | | 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