summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix mishandling when the sack compression is deferred.fuyuanli2023-06-011-0/+1
* net: mana: Fix perf regression: remove rx_cqes, tx_cqes countersHaiyang Zhang2023-05-301-2/+0
* tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-05-291-0/+4
* net/handshake: Enable the SNI extension to work properlyChuck Lever2023-05-241-0/+1
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-241-0/+10
|\
| * bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend2023-05-231-0/+10
* | page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin2023-05-231-18/+0
* | ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-05-231-0/+2
* | Merge tag 'for-net-2023-05-19' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-05-191-1/+1
|\ \
| * | Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li2023-05-191-1/+1
* | | net: fix stack overflow when LRO is disabled for virtual interfacesTaehee Yoo2023-05-191-0/+1
|/ /
* / tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski2023-05-191-0/+1
|/
* ipv6: remove nexthop_fib6_nh_bh()Eric Dumazet2023-05-111-23/+0
* bonding: fix send_peer_notif overflowHangbin Liu2023-05-101-1/+1
* net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima2023-05-091-1/+1
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-053-10/+13
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextJakub Kicinski2023-05-051-0/+1
| |\
| | * bonding: add xdp_features supportLorenzo Bianconi2023-05-051-0/+1
| * | netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-031-0/+1
| * | rxrpc: Fix timeout of a call that hasn't yet been granted a channelDavid Howells2023-05-011-10/+11
| |/
* | Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-05-041-0/+6
|\ \
| * | 9p: Add additional debug flags and open modesEric Van Hensbergen2023-03-271-0/+6
* | | SUNRPC: Recognize control messages in server-side TCP socket codeChuck Lever2023-04-271-0/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-262-2/+7
|\ \
| * | rxrpc: Fix potential race in error handling in afs_make_call()David Howells2023-04-221-1/+2
| * | netfilter: conntrack: fix wrong ct->timeout valueTzung-Bi Shih2023-04-191-1/+5
* | | Merge tag 'nf-next-23-04-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-04-242-36/+31
|\ \ \
| * | | netfilter: nf_tables: support for adding new devices to an existing netdev chainPablo Neira Ayuso2023-04-221-0/+6
| * | | ipvs: Correct spelling in commentsSimon Horman2023-04-221-3/+3
| * | | ipvs: Remove {Enter,Leave}FunctionSimon Horman2023-04-221-20/+0
| * | | ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman2023-04-221-2/+4
| * | | netfilter: nf_tables: do not store rule in traceinfo structureFlorian Westphal2023-04-221-2/+1
| * | | netfilter: nf_tables: do not store verdict in traceinfo structureFlorian Westphal2023-04-221-3/+1
| * | | netfilter: nf_tables: do not store pktinfo in traceinfo structureFlorian Westphal2023-04-221-3/+2
| * | | netfilter: nf_tables: make validation state per tableFlorian Westphal2023-04-221-1/+2
| * | | netfilter: nf_tables: don't store chain address on jumpFlorian Westphal2023-04-221-2/+12
* | | | Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if runningLuiz Augusto von Dentz2023-04-231-0/+2
* | | | Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851Raul Cheleguini2023-04-231-0/+8
* | | | Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHEDLuiz Augusto von Dentz2023-04-231-0/+2
* | | | Bluetooth: hci_conn: Fix not matching by CIS IDLuiz Augusto von Dentz2023-04-231-1/+11
* | | | Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz2023-04-231-2/+12
* | | | Bluetooth: Enable all supported LE PHY by defaultLuiz Augusto von Dentz2023-04-231-0/+4
* | | | Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu2023-04-232-17/+35
* | | | Bluetooth: Add support for hci devcoredumpAbhishek Pandit-Subedi2023-04-232-0/+130
* | | | Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick2023-04-231-0/+7
* | | | Bluetooth: L2CAP: Delay identity address updatesLuiz Augusto von Dentz2023-04-231-1/+1
* | | | Bluetooth: hci_core: Make hci_conn_hash_add append to the listLuiz Augusto von Dentz2023-04-231-1/+1
* | | | Bluetooth: MGMT: Use BIT macro when defining bitfieldsLuiz Augusto von Dentz2023-04-231-40/+40
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-211-0/+15
|\ \ \ \ | |/ / / |/| | |
| * | | bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2023-04-211-0/+5