summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2025-08-13net: kcm: Fix race condition in kcm_unattach()Sven Stegemann-1/+0
2025-08-13Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-1/+5
2025-08-13ipvs: Fix estimator kthreads preferred affinityFrederic Weisbecker-0/+13
2025-08-12devlink: let driver opt out of automatic phys_port_name generationJedrzej Jagielski-1/+5
2025-08-08net: page_pool: allow enabling recycling late, fix false positive warningJakub Kicinski-0/+2
2025-08-08Merge tag 'net-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-6/+30
2025-08-06Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-2/+2
2025-08-01net: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala-0/+12
2025-08-01net: drop UFO packets in udp_rcv_segment()Wang Liang-6/+18
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-1/+0
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-395/+3757
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds-0/+4
2025-07-28Merge tag 'vfs-6.17-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2025-07-25Merge tag 'nf-next-25-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-35/+37
2025-07-25sctp: Replace sockaddr with sockaddr_inet in sctp_addr unionKees Cook-1/+1
2025-07-25netfilter: nft_set: remove indirection from update API callFlorian Westphal-4/+3
2025-07-25netfilter: nft_set: remove one argument from lookup and update functionsFlorian Westphal-26/+31
2025-07-25netfilter: nf_tables: Remove unused nft_reduce_is_readonly()Yue Haibing-5/+0
2025-07-25netfilter: load nf_log_syslog on enabling nf_conntrack_log_invalidLance Yang-0/+3
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja-0/+6
2025-07-24Merge tag 'for-net-next-2025-07-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-27/+35
2025-07-24Merge tag 'wireless-next-2025-07-24' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-21/+39
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+4
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-11/+4
2025-07-23sched: Add enqueue/dequeue of dualpi2 qdiscKoen De Schepper-0/+6
2025-07-23libeth: xdp: access ->pp through netmem_desc instead of pageByungchul Park-1/+1
2025-07-23netmem, mlx4: access ->pp_ref_count through netmem_desc instead of pageByungchul Park-0/+17
2025-07-23netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()Byungchul Park-1/+19
2025-07-23netmem: introduce struct netmem_desc mirroring struct pageByungchul Park-21/+95
2025-07-23Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li-3/+8
2025-07-23Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down-0/+1
2025-07-23Bluetooth: hci_sync: fix double free in 'hci_discovery_filter_clear()'Arseniy Krasnov-0/+6
2025-07-23Bluetooth: ISO: add socket option to report packet seqnum via CMSGPauli Virtanen-1/+10
2025-07-23Bluetooth: Fix spelling mistakesYang Li-1/+1
2025-07-23Bluetooth: hci_event: Add support for handling LE BIG Sync Lost eventYang Li-2/+9
2025-07-23Bluetooth: Remove hci_conn_hash_lookup_state()Yue Haibing-20/+0
2025-07-22wifi: mac80211: don't require cipher and keylen in gtk rekeyMiri Korenblit-2/+5
2025-07-21wifi: cfg80211/mac80211: report link ID for unexpected framesMichael-CY Lee-4/+6
2025-07-21wifi: mac80211: remove ieee80211_remove_keyMiri Korenblit-15/+1
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer-1/+7
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov-36/+70
2025-07-18wifi: mac80211: support initialising an S1G short beaconing BSSLachlan Hodges-0/+4
2025-07-18wifi: cfg80211: support configuring an S1G short beaconing BSSLachlan Hodges-0/+23
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima-2/+3
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima-0/+1
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima-2/+0
2025-07-17neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima-0/+4
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima-2/+2
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima-2/+3
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-31/+43