summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: allow DSA switch drivers to provide their own phylink mac opsRussell King (Oracle)2024-04-112-6/+31
* net: dsa: introduce dsa_phylink_to_port()Russell King (Oracle)2024-04-111-6/+6
* tls: remove redundant assignment to variable decryptedColin Ian King2024-04-111-1/+0
* ipv4: Remove RTO_ONLINK.Guillaume Nault2024-04-111-13/+1
* tcp: add support for SO_PEEK_OFF socket optionJon Maloy2024-04-112-6/+11
* mpls: no longer hold RTNL in mpls_netconf_dump_devconf()Eric Dumazet2024-04-111-37/+22
* net: mirror skb frag ref/unref helpersMina Almasry2024-04-112-43/+5
* net: move skb ref helpers to new headerMina Almasry2024-04-118-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-1122-132/+113
|\
| * Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-1120-118/+124
| |\
| | * Merge tag 'for-net-2024-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2024-04-118-99/+70
| | |\
| | | * Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bitArchie Pusaka2024-04-101-2/+1
| | | * Bluetooth: hci_sock: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-13/+8
| | | * Bluetooth: ISO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-24/+12
| | | * Bluetooth: L2CAP: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-32/+20
| | | * Bluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-9/+5
| | | * Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz2024-04-101-13/+10
| | | * Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov2024-04-101-1/+3
| | | * Bluetooth: hci_sync: Fix using the same interval and window for Coded PHYLuiz Augusto von Dentz2024-04-101-3/+3
| | | * Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unsetLuiz Augusto von Dentz2024-04-101-2/+8
| | * | af_unix: Fix garbage collector racing against connect()Michal Luczaj2024-04-111-1/+17
| | * | netfilter: complete validation of user inputEric Dumazet2024-04-103-0/+12
| | |/
| | * ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc2024-04-091-3/+4
| | * nfc: llcp: fix nfc_llcp_setsockopt() unsafe copiesEric Dumazet2024-04-091-6/+6
| | * ipv4/route: avoid unused-but-set-variable warningArnd Bergmann2024-04-091-3/+1
| | * ipv6: fib: hide unused 'pn' variableArnd Bergmann2024-04-091-2/+5
| | * af_unix: Clear stale u->oob_skb.Kuniyuki Iwashima2024-04-081-1/+3
| | * Merge tag 'batadv-net-pullrequest-20240405' of git://git.open-mesh.org/linux-...David S. Miller2024-04-081-1/+1
| | |\
| | | * batman-adv: Avoid infinite loop trying to resize local TTSven Eckelmann2024-03-291-1/+1
| | * | xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet2024-04-051-0/+2
| | * | net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets2024-04-051-2/+3
| * | | Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-061-9/+1
| |\ \ \
| | * | | SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever2024-04-041-9/+1
| * | | | Merge tag '9p-for-6.9-rc3' of https://github.com/martinetd/linuxLinus Torvalds2024-04-052-6/+5
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | 9p: Fix read/write debug statements to report server replyDominique Martinet2024-02-121-5/+5
| | * | | 9p/trans_fd: remove Excess kernel-doc commentRandy Dunlap2024-02-121-1/+0
* | | | | mptcp: add last time fields in mptcp_infoGeliang Tang2024-04-114-5/+22
* | | | | net: use SKB_CONSUMED in skb_attempt_defer_free()Pavel Begunkov2024-04-101-1/+1
* | | | | net: cache for same cpu skb_attempt_defer_freePavel Begunkov2024-04-101-1/+14
* | | | | tcp: tweak tcp_sock_write_txrx size assertionEric Dumazet2024-04-101-1/+5
* | | | | net: sched: cls_api: fix slab-use-after-free in fl_dump_keyJianbo Liu2024-04-101-1/+1
* | | | | net: remove napi_frag_unrefMina Almasry2024-04-091-1/+1
* | | | | net: make napi_frag_unref reuse skb_page_unrefMina Almasry2024-04-092-2/+2
* | | | | net: sched: cake: Optimize the number of function calls and branches in heap ...Kuan-Wei Chiu2024-04-091-1/+1
* | | | | tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu fieldEric Dumazet2024-04-095-16/+27
* | | | | tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()Eric Dumazet2024-04-094-10/+15
* | | | | devlink: Support setting max_io_eqsParav Pandit2024-04-081-0/+53
* | | | | net: display more skb fields in skb_dump()Eric Dumazet2024-04-081-6/+12
* | | | | mptcp: add reset reason options in some placesJason Xing2024-04-081-5/+15
* | | | | ipv4: Set scope explicitly in ip_route_output().Guillaume Nault2024-04-085-7/+12