summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-03-281-6/+8
|\
| * SUNRPC: Revert 561141dd494382217bace4d1a51d08168420eaceChuck Lever2024-03-221-6/+8
* | inet: inet_defrag: prevent sk release while still in useFlorian Westphal2024-03-283-15/+59
* | Merge tag 'nf-24-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-03-282-8/+43
|\ \
| * | netfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.cKuniyuki Iwashima2024-03-281-0/+1
| * | netfilter: nf_tables: skip netdev hook unregistration if table is dormantPablo Neira Ayuso2024-03-281-6/+10
| * | netfilter: nf_tables: reject table flag and netdev basechain updatesPablo Neira Ayuso2024-03-281-1/+30
| * | netfilter: nf_tables: reject destroy command to remove basechain hooksPablo Neira Ayuso2024-03-281-1/+2
* | | Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-03-276-12/+23
|\ \ \
| * | | wifi: mac80211: correctly set active links upon TTLMAyala Beker2024-03-251-1/+9
| * | | wifi: mac80211: fix prep_connection error pathJohannes Berg2024-03-251-2/+3
| * | | wifi: cfg80211: fix rdev_dump_mpp() arguments orderIgor Artemiev2024-03-251-1/+1
| * | | wifi: cfg80211: add a flag to disable wireless extensionsJohannes Berg2024-03-251-2/+5
| * | | wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson2024-03-251-2/+2
| * | | wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau2024-03-251-3/+2
| * | | wifi: mac80211: fix mlme_link_id_dbg()Johan Hovold2024-03-251-1/+1
* | | | tls: get psock ref after taking rxlock to avoid leakSabrina Dubroca2024-03-261-1/+1
* | | | tls: adjust recv return with async crypto and failed copy to userspaceSabrina Dubroca2024-03-261-0/+3
* | | | tls: recv: process_rx_list shouldn't use an offset with kvecSabrina Dubroca2024-03-261-1/+1
* | | | tcp: properly terminate timers for kernel socketsEric Dumazet2024-03-252-0/+16
* | | | net: hsr: hsr_slave: Fix the promiscuous mode in offload modeRavi Gunasekaran2024-03-251-1/+2
* | | | net: mark racy access on sk->sk_rcvbuflinke li2024-03-251-2/+2
* | | | ipv6: Fix address dump when IPv6 is disabled on an interfaceIdo Schimmel2024-03-221-2/+3
* | | | nexthop: fix uninitialized variable in nla_put_nh_group_stats()Dan Carpenter2024-03-221-1/+3
| |/ / |/| |
* | | nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packetRyosuke Yasuoka2024-03-221-0/+5
* | | Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-2126-91/+104
|\ \ \
| * \ \ Merge tag 'nf-24-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-03-212-18/+16
| |\ \ \
| | * | | netfilter: nf_tables: Fix a memory leak in nf_tables_updchainQuan Tian2024-03-211-13/+14
| | * | | netfilter: nf_tables: do not compare internal table flags on updatesPablo Neira Ayuso2024-03-211-1/+1
| | * | | netfilter: nft_set_pipapo: release elements in clone only from destroy pathPablo Neira Ayuso2024-03-211-4/+1
| * | | | net: report RCU QS on threaded NAPI repollingYan Zhai2024-03-201-0/+3
| |/ / /
| * | | Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-03-193-9/+10
| |\ \ \
| | * | | xfrm: Allow UDP encapsulation only in offload modesLeon Romanovsky2024-03-181-1/+2
| | * | | net: esp: fix bad handling of pages from page_poolDragos Tatulea2024-03-182-8/+8
| * | | | devlink: fix port new reply cmd typeJiri Pirko2024-03-191-1/+1
| * | | | tcp: Clear req->syncookie in reqsk_alloc().Kuniyuki Iwashima2024-03-192-0/+6
| * | | | net/sched: Add module alias for sch_fq_pieMichal Koutný2024-03-191-0/+2
| * | | | ipv4: raw: Fix sending packets from raw sockets via IPsec tunnelsTobias Brunner2024-03-191-0/+1
| * | | | hsr: Handle failures in module initFelix Maurer2024-03-191-4/+11
| * | | | rds: introduce acquire/release ordering in acquire/release_in_xmit()Yewon Choi2024-03-191-3/+2
| * | | | net: move dev->state into net_device_read_txrx groupEric Dumazet2024-03-191-1/+2
| * | | | Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"Abhishek Chauhan2024-03-185-7/+3
| |/ / /
| * | | packet: annotate data-races around ignore_outgoingEric Dumazet2024-03-182-3/+3
| * | | net: remove {revc,send}msg_copy_msghdr() from exportsJens Axboe2024-03-141-7/+7
| * | | rxrpc: Fix error check on ->alloc_txbuf()David Howells2024-03-141-2/+2
| * | | rxrpc: Fix use of changed alignment param to page_frag_alloc_align()David Howells2024-03-141-2/+2
| * | | hsr: Fix uninit-value access in hsr_get_node()Shigeru Yoshida2024-03-141-0/+4
| * | | tcp: Fix refcnt handling in __inet_hash_connect().Kuniyuki Iwashima2024-03-141-1/+1
| * | | devlink: Fix devlink parallel commands processingShay Drory2024-03-131-6/+7
| * | | net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX checkEric Dumazet2024-03-131-1/+2
| |/ /