summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | SUNRPC: Cache deferral injectionChuck Lever2022-05-193-2/+21
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-25319-4092/+7705
|\ \ \ \ \ \
| * | | | | | Revert "net/smc: fix listen processing for SMC-Rv2"liuyacan2022-05-241-27/+17
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-239-56/+82
| |\ \ \ \ \ \
| | * | | | | | Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz2022-05-232-5/+8
| | | |_|_|_|/ | | |/| | | |
| | * | | | | net/smc: fix listen processing for SMC-Rv2liuyacan2022-05-231-17/+27
| | * | | | | net/smc: postpone sk_refcnt increment in connect()liuyacan2022-05-231-1/+1
| | * | | | | rxrpc: Fix decision on when to generate an IDLE ACKDavid Howells2022-05-224-16/+25
| | * | | | | rxrpc: Don't let ack.previousPacket regressDavid Howells2022-05-223-4/+6
| | * | | | | rxrpc: Fix overlapping ACK accountingDavid Howells2022-05-222-11/+12
| | * | | | | rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells2022-05-221-1/+2
| | * | | | | rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells2022-05-221-2/+2
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-237-20/+105
| |\ \ \ \ \ \
| | * | | | | | bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-203-0/+41
| | * | | | | | bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi2022-05-111-6/+17
| | * | | | | | bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-101-5/+19
| | * | | | | | bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan2022-05-101-0/+9
| | * | | | | | bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang2022-05-101-0/+6
| | * | | | | | net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang2022-05-101-4/+3
| | * | | | | | bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_e...Liu Jian2022-04-281-9/+13
| * | | | | | | Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-05-2310-35/+168
| |\ \ \ \ \ \ \
| | * | | | | | | Bluetooth: hci_sync: use hci_skb_event() helperAhmad Fatoum2022-05-231-1/+1
| | * | | | | | | Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz2022-05-192-0/+35
| | * | | | | | | Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz2022-05-131-15/+43
| | * | | | | | | Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz2022-05-131-0/+18
| | * | | | | | | Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk2022-05-132-2/+1
| | * | | | | | | Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche2022-05-131-0/+12
| | * | | | | | | Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche2022-05-131-6/+9
| | * | | | | | | Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche2022-05-131-0/+2
| | * | | | | | | Bluetooth: Print broken quirksLuiz Augusto von Dentz2022-05-131-0/+31
| | * | | | | | | Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2022-05-132-2/+2
| | * | | | | | | Bluetooth: Keep MGMT pending queue ordered FIFOBrian Gix2022-05-131-1/+1
| | * | | | | | | Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu2022-05-131-8/+13
| * | | | | | | | net: dsa: OF-ware slave_mii_busLuiz Angelo Daros de Luca2022-05-231-1/+6
| * | | | | | | | net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski2022-05-222-8/+15
| * | | | | | | | afs: Adjust ACK interpretation to try and cope with NATDavid Howells2022-05-221-0/+27
| * | | | | | | | rxrpc, afs: Fix selection of abort codesDavid Howells2022-05-222-3/+3
| * | | | | | | | rxrpc: Return an error to sendmsg if call failedDavid Howells2022-05-221-0/+6
| * | | | | | | | rxrpc: Fix locking issueDavid Howells2022-05-225-22/+16
| * | | | | | | | rxrpc: Use refcount_t rather than atomic_tDavid Howells2022-05-2212-121/+118
| * | | | | | | | rxrpc: Allow list of in-use local UDP endpoints to be viewed in /procDavid Howells2022-05-224-22/+94
| * | | | | | | | net: Add a second bind table hashed by port and addressJoanne Koong2022-05-204-82/+405
| * | | | | | | | stcp: Use memset_after() to zero sctp_stream_out_extXiu Jianfeng2022-05-201-6/+3
| * | | | | | | | net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski2022-05-201-8/+5
| * | | | | | | | tcp_ipv6: set the drop_reason in the right placeJakub Kicinski2022-05-201-1/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-05-195-52/+19
| |\ \ \ \ \ \ \ \
| | * | | | | | | | netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list"Stephen Rothwell2022-05-181-0/+2
| | * | | | | | | | netfilter: conntrack: remove pr_debug callsites from tcp trackerFlorian Westphal2022-05-161-48/+4
| | * | | | | | | | netfilter: nf_conncount: reduce unnecessary GCWilliam Tu2022-05-161-0/+11
| | * | | | | | | | netfilter: Use l3mdev flow key when re-routing mangled packetsMartin Willi2022-05-162-4/+2