summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-20Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz1-0/+21
2025-09-18net: clear sk->sk_ino in sk_set_socket(sk, NULL)Eric Dumazet1-2/+3
2025-09-14net: dst_metadata: fix IP_DF bit not extracted from tunnel headersIlya Maximets1-2/+9
2025-09-10netfilter: nf_tables: make nft_set_do_lookup available unconditionallyFlorian Westphal1-8/+2
2025-09-10netfilter: nf_tables: place base_seq in struct netFlorian Westphal2-1/+1
2025-09-03net: lockless sock_i_ino()Eric Dumazet1-4/+13
2025-08-27net: rose: convert 'use' field to refcount_tTakamitsu Iwai1-5/+13
2025-08-27net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai1-0/+8
2025-08-22Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy1-1/+1
2025-08-21bonding: update LACP activity flag after setting lacp_activeHangbin Liu1-0/+1
2025-08-15Bluetooth: hci_core: Fix not accounting for BIS/CIS/PA links separatelyLuiz Augusto von Dentz1-5/+25
2025-08-15Bluetooth: hci_core: Fix using ll_privacy_capable for current settingsLuiz Augusto von Dentz1-0/+1
2025-08-15Bluetooth: hci_core: Fix using {cis,bis}_capable for current settingsLuiz Augusto von Dentz2-3/+14
2025-08-14net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu1-3/+8
2025-08-13net: kcm: Fix race condition in kcm_unattach()Sven Stegemann1-1/+0
2025-08-13Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-1/+5
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker1-0/+13
2025-08-12devlink: let driver opt out of automatic phys_port_name generationJedrzej Jagielski1-1/+5
2025-08-08net: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski1-0/+2
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-6/+30
2025-08-06Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+2
2025-08-01net: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala1-0/+12
2025-08-01net: drop UFO packets in udp_rcv_segment()Wang Liang1-6/+18
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-1/+0
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds68-395/+3757
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-0/+4
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2025-07-25Merge tag 'nf-next-25-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski3-35/+37
2025-07-25sctp: Replace sockaddr with sockaddr_inet in sctp_addr unionKees Cook1-1/+1
2025-07-25netfilter: nft_set: remove indirection from update API callFlorian Westphal2-4/+3
2025-07-25netfilter: nft_set: remove one argument from lookup and update functionsFlorian Westphal2-26/+31
2025-07-25netfilter: nf_tables: Remove unused nft_reduce_is_readonly()Yue Haibing1-5/+0
2025-07-25netfilter: load nf_log_syslog on enabling nf_conntrack_log_invalidLance Yang1-0/+3
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja1-0/+6
2025-07-24Merge tag 'for-net-next-2025-07-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-27/+35
2025-07-24Merge tag 'wireless-next-2025-07-24' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski2-21/+39
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+4
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-11/+4
2025-07-23sched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper1-0/+6
2025-07-23libeth: xdp: access ->pp through netmem_desc instead of pageByungchul Park1-1/+1
2025-07-23netmem, mlx4: access ->pp_ref_count through netmem_desc instead of pageByungchul Park1-0/+17
2025-07-23netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()Byungchul Park1-1/+19
2025-07-23netmem: introduce struct netmem_desc mirroring struct pageByungchul Park1-21/+95
2025-07-23Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li2-3/+8
2025-07-23Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down1-0/+1
2025-07-23Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()'Arseniy Krasnov1-0/+6
2025-07-23Bluetooth: ISO: add socket option to report packet seqnum via CMSGPauli Virtanen1-1/+10
2025-07-23Bluetooth: Fix spelling mistakesYang Li1-1/+1
2025-07-23Bluetooth: hci_event: Add support for handling LE BIG Sync Lost eventYang Li2-2/+9
2025-07-23Bluetooth: Remove hci_conn_hash_lookup_state()Yue Haibing1-20/+0