aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-23Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub Kicinski10-35/+168
2022-05-23Bluetooth: hci_sync: use hci_skb_event() helperAhmad Fatoum1-1/+1
2022-05-23net: dsa: OF-ware slave_mii_busLuiz Angelo Daros de Luca1-1/+6
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski2-8/+15
2022-05-22afs: Adjust ACK interpretation to try and cope with NATDavid Howells1-0/+27
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells2-3/+3
2022-05-22rxrpc: Return an error to sendmsg if call failedDavid Howells1-0/+6
2022-05-22rxrpc: Fix locking issueDavid Howells5-22/+16
2022-05-22rxrpc: Use refcount_t rather than atomic_tDavid Howells12-121/+118
2022-05-22rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells4-22/+94
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong4-82/+405
2022-05-20stcp: Use memset_after() to zero sctp_stream_out_extXiu Jianfeng1-6/+3
2022-05-20net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski1-8/+5
2022-05-20tcp_ipv6: set the drop_reason in the right placeJakub Kicinski1-1/+1
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski5-52/+19
2022-05-19mptcp: Do not traverse the subflow connection list without lockMat Martineau2-16/+1
2022-05-19mptcp: Check for orphaned subflow before handling MP_FAIL timerMat Martineau2-13/+6
2022-05-19mptcp: stop using the mptcp_has_another_subflow() helperPaolo Abeni3-16/+2
2022-05-19tcp: improve PRR loss recoveryYuchung Cheng1-5/+5
2022-05-19net: tls: fix messing up lists when bpf enabledJakub Kicinski1-1/+3
2022-05-19Merge tag 'linux-can-next-for-5.19-20220519' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski1-12/+17
2022-05-19can: isotp: isotp_bind(): do not validate unused address informationOliver Hartkopp1-12/+17
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski18-526/+614
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-121/+266
2022-05-19Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz2-0/+35
2022-05-19Merge tag 'net-5.18-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus 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-18Merge 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/klassert/ipsecDavid 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-18netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list"Stephen Rothwell1-0/+2
2022-05-17dn_route: set rt neigh to blackhole_netdev instead of loopback_dev in ifdownXin Long1-1/+1
2022-05-17NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2-3/+3
2022-05-17net/smc: rdma write inline if qp has sufficient inline spaceGuangguan Wang1-5/+12
2022-05-17net/smc: send cdc msg inline if qp has sufficient inline spaceGuangguan Wang2-1/+5
2022-05-17mac80211: refactor freeing the next_beaconJohannes Berg1-27/+18
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-16Merge tag 'linux-can-next-for-5.19-20220516' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub 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