summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-0317-54/+98
|\
| * sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long2024-10-031-1/+3
| * Merge tag 'nf-24-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-10-032-4/+10
| |\
| | * netfilter: nf_tables: prevent nf_skb_duplicated corruptionEric Dumazet2024-09-272-4/+10
| * | net/ncsi: Disable the ncsi work before freeing the associated structureEddie James2024-10-031-0/+2
| * | gso: fix udp gso fraglist segmentation after pull from frag_listWillem de Bruijn2024-10-021-2/+20
| * | bridge: mcast: Fail MDB get request on empty entryIdo Schimmel2024-10-021-1/+1
| * | net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau2024-10-022-4/+16
| * | Merge tag 'for-net-2024-09-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-10-024-26/+22
| |\ \
| | * | Bluetooth: hci_event: Align BR/EDR JUST_WORKS paring with LELuiz Augusto von Dentz2024-09-271-8/+5
| | * | Bluetooth: L2CAP: Fix uaf in l2cap_connectLuiz Augusto von Dentz2024-09-273-9/+3
| | * | Bluetooth: MGMT: Fix possible crash on mgmt_index_removedLuiz Augusto von Dentz2024-09-271-9/+14
| * | | Merge tag 'ieee802154-for-net-2024-09-27' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2024-10-021-1/+3
| |\ \ \
| | * | | mac802154: Fix potential RCU dereference issue in mac802154_scan_workerJiawei Ye2024-09-241-1/+3
| * | | | ipv4: ip_gre: Fix drops of small packets in ipgre_xmitAnton Danilov2024-10-011-3/+3
| * | | | net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet2024-10-011-3/+7
| * | | | net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet2024-10-011-1/+1
| * | | | net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann2024-10-011-1/+1
| * | | | net: Add netif_get_gro_max_size helper for GRODaniel Borkmann2024-10-011-7/+2
| * | | | net: dsa: improve shutdown sequenceVladimir Oltean2024-10-011-0/+7
| | |/ / | |/| |
* | | | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0256-56/+56
* | | | Merge tag 'ceph-for-6.12-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-09-281-1/+1
|\ \ \ \
| * | | | libceph: use min() to simplify code in ceph_dns_resolve_name()Li Zetao2024-08-271-1/+1
* | | | | [tree-wide] finally take no_llseek outAl Viro2024-09-275-9/+0
| |/ / / |/| | |
* | | | Merge tag 'net-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-09-2614-138/+201
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge tag 'nf-24-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-09-2612-125/+197
| |\ \ \
| | * | | netfilter: nfnetlink_queue: remove old clash resolution logicFlorian Westphal2024-09-262-86/+0
| | * | | netfilter: nf_tables: missing objects with no memcg accountingPablo Neira Ayuso2024-09-267-15/+17
| | * | | netfilter: nf_tables: use rcu chain hook list iterator from netlink dump pathPablo Neira Ayuso2024-09-261-1/+1
| | * | | netfilter: ctnetlink: compile ctnetlink_label_size with CONFIG_NF_CONNTRACK_E...Simon Horman2024-09-261-5/+2
| | * | | netfilter: nf_reject: Fix build warning when CONFIG_BRIDGE_NETFILTER=nSimon Horman2024-09-262-9/+6
| | * | | netfilter: nf_tables: Keep deleted flowtable hooks until after RCUPhil Sutter2024-09-261-1/+1
| | * | | netfilter: ctnetlink: Guard possible unused functionsAndy Shevchenko2024-09-261-1/+1
| | * | | netfilter: conntrack: add clash resolution for reverse collisionsFlorian Westphal2024-09-261-5/+51
| | * | | netfilter: nf_nat: don't try nat source port reallocation for reverse dir clashFlorian Westphal2024-09-261-2/+118
| * | | | net: qrtr: Update packets cloning when broadcastingYoussef Samir2024-09-241-1/+1
| * | | | net: ipv6: select DST_CACHE from IPV6_RPL_LWTUNNELThomas Weißschuh2024-09-221-0/+1
| * | | | netfilter: nf_reject_ipv6: fix nf_reject_ip6_tcphdr_put()Eric Dumazet2024-09-191-12/+2
| |/ / /
* | | | Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-09-263-0/+966
|\ \ \ \
| * | | | net/9p/usbg: fix CONFIG_USB_GADGET dependencyArnd Bergmann2024-09-111-1/+1
| * | | | Merge 6.11-rc7 into usb-nextGreg Kroah-Hartman2024-09-0917-114/+183
| |\ \ \ \
| * | | | | net/9p/usbg: Add new usb gadget function transportMichael Grzeschik2024-09-033-0/+966
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-09-261-50/+94
|\ \ \ \ \ \
| * | | | | | vsock/virtio: avoid queuing packets when intermediate queue is emptyLuigi Leonardi2024-09-251-4/+35
| * | | | | | vsock/virtio: refactor virtio_transport_send_pkt_workMarco Pinna2024-09-251-46/+59
| |/ / / / /
* | | | | | Merge tag 'nfs-for-6.12-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-09-246-50/+74
|\ \ \ \ \ \
| * | | | | | SUNRPC: replace program list with program arrayNeilBrown2024-09-233-31/+42
| * | | | | | SUNRPC: add svcauth_map_clnt_to_svc_cred_localWeston Andros Adamson2024-09-231-0/+28
| * | | | | | SUNRPC: remove call_allocate() BUG_ONsMike Snitzer2024-09-231-6/+0
| * | | | | | net/sunrpc: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-231-7/+3