summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-05-19mptcp: Do not traverse the subflow connection list without lockMat Martineau
2022-05-19mptcp: Check for orphaned subflow before handling MP_FAIL timerMat Martineau
2022-05-19mptcp: stop using the mptcp_has_another_subflow() helperPaolo Abeni
2022-05-19tcp: improve PRR loss recoveryYuchung Cheng
2022-05-19net: tls: fix messing up lists when bpf enabledJakub Kicinski
2022-05-19Merge tag 'linux-can-next-for-5.19-20220519' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-05-19can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-19Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny
2022-05-19net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.Andrew Lunn
2022-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-05-18netfilter: nf_tables: disable expression reduction infraPablo Neira Ayuso
2022-05-18netfilter: flowtable: move dst_check to packet pathRitaro Takenaka
2022-05-18netfilter: flowtable: fix TCP flow teardownPablo Neira Ayuso
2022-05-18mptcp: Do TCP fallback on early DSS checksum failureMat Martineau
2022-05-18mptcp: fix checksum byte orderPaolo Abeni
2022-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-05-18net: af_key: check encryption module availability consistencyThomas Bartschies
2022-05-18net: af_key: add check for pfkey_broadcast in function pfkey_processJiasheng Jiang
2022-05-18netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list"Stephen Rothwell
2022-05-17dn_route: set rt neigh to blackhole_netdev instead of loopback_dev in ifdownXin Long
2022-05-17NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou
2022-05-17net/smc: rdma write inline if qp has sufficient inline spaceGuangguan Wang
2022-05-17net/smc: send cdc msg inline if qp has sufficient inline spaceGuangguan Wang
2022-05-17mac80211: refactor freeing the next_beaconJohannes Berg
2022-05-17ax25: merge repeat codes in ax25_dev_device_down()Lu Wei
2022-05-17xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdownXin Long
2022-05-16Merge tag 'linux-can-next-for-5.19-20220516' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-05-16mptcp: sockopt: add TCP_DEFER_ACCEPT supportFlorian Westphal
2022-05-16Revert "mptcp: add data lock for sk timers"Paolo Abeni
2022-05-16can: isotp: isotp_bind(): return -EINVAL on incorrect CAN ID formattingOliver Hartkopp
2022-05-16can: isotp: add support for transmission without flow controlOliver Hartkopp
2022-05-16can: raw: add support for SO_TXTIME/SCM_TXTIMEMarc Kleine-Budde
2022-05-16can: raw: raw_sendmsg(): remove not needed setting of skb->skMarc Kleine-Budde
2022-05-16netfilter: conntrack: remove pr_debug callsites from tcp trackerFlorian Westphal
2022-05-16netfilter: nf_conncount: reduce unnecessary GCWilliam Tu
2022-05-16netfilter: Use l3mdev flow key when re-routing mangled packetsMartin Willi
2022-05-16netfilter: nft_flow_offload: fix offload with pppoe + vlanFelix Fietkau
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau
2022-05-16netfilter: nft_flow_offload: skip dst neigh lookup for ppp devicesFelix Fietkau
2022-05-16netfilter: flowtable: fix excessive hw offload attempts after failureFelix Fietkau
2022-05-16net/sched: act_pedit: sanitize shift argument before usagePaolo Abeni
2022-05-16net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet
2022-05-16net: add skb_defer_max sysctlEric Dumazet
2022-05-16net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet