aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-07-14Bluetooth: Add vendor-specific packet classification for ISO dataYing Hsu1-0/+1
2024-07-14tty: rfcomm: prefer struct_size over open coded arithmeticErick Archer1-1/+1
2024-07-14Bluetooth: hci_core: Prefer struct_size over open coded arithmeticErick Archer1-1/+1
2024-07-14Bluetooth: MGMT: Make MGMT_OP_LOAD_CONN_PARAM update existing connectionLuiz Augusto von Dentz1-0/+3
2024-07-14Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-0/+14
2024-07-14ipv6: fix source address selection with route leakNicolas Dichtel1-6/+14
2024-07-14Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-26/+10
2024-07-14RDMA/mana_ib: Set correct device into ibKonstantin Taranov1-0/+2
2024-07-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-10/+97
2024-07-11net: psample: fix flag being set in wrong skbAdrian Moreno1-3/+5
2024-07-11Merge tag 'wireless-next-2024-07-11' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2-17/+65
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+9
2024-07-10libeth: support different types of buffers for RxAlexander Lobakin1-0/+19
2024-07-10libeth: add cacheline / struct layout assertion helpersAlexander Lobakin1-0/+66
2024-07-10page_pool: use __cacheline_group_{begin, end}_aligned()Alexander Lobakin1-10/+12
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-0/+15
2024-07-09wifi: mac80211: add radio index to ieee80211_chanctx_confFelix Fietkau1-0/+2
2024-07-09wifi: cfg80211: add helper for checking if a chandef is valid on a radioFelix Fietkau1-0/+11
2024-07-09sctp: Fix typos and improve commentsThorsten Blum1-4/+4
2024-07-09wifi: cfg80211: extend interface combination check for multi-radioFelix Fietkau1-0/+5
2024-07-09wifi: cfg80211: add support for advertising multiple radios belonging to a wiphyFelix Fietkau1-1/+41
2024-07-08bpf: Fix too early release of tcx_entryDaniel Borkmann1-4/+9
2024-07-05net: psample: allow using rate as probabilityAdrian Moreno1-1/+2
2024-07-05net: psample: add user cookieAdrian Moreno1-0/+2
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+14
2024-07-04Merge tag 'wireless-2024-07-04' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-1/+1
2024-07-02page_pool: convert to use netmemMina Almasry3-24/+96
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior1-12/+2
2024-07-02page_pool: export page_pool_disable_direct_recycling()David Wei1-0/+1
2024-07-01netfilter: Add bpf_xdp_flow_lookup kfuncLorenzo Bianconi1-0/+10
2024-07-01netfilter: nf_tables: Add flowtable map for xdp offloadFlorian Westphal1-0/+5
2024-07-01Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller1-76/+146
2024-06-28Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz1-0/+2
2024-06-28Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv ReportSven Peter1-0/+11
2024-06-28wifi: mac80211: fix BSS_CHANGED_UNSOL_BCAST_PROBE_RESPJohannes Berg1-1/+1
2024-06-28wifi: mac80211: remove DEAUTH_NEED_MGD_TX_PREPJohannes Berg1-16/+6
2024-06-27Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2-58/+121
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+6
2024-06-27Merge tag 'nf-24-06-27' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-0/+5
2024-06-27netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registersPablo Neira Ayuso1-0/+5
2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger3-0/+14
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach1-1/+1
2024-06-25netfilter: nf_tables: do not store nft_ctx in transaction objectsFlorian Westphal1-4/+39
2024-06-25netfilter: nf_tables: store chain pointer in rule transactionFlorian Westphal1-0/+3
2024-06-25netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal1-1/+1
2024-06-25netfilter: nf_tables: compact chain+ft transaction objectsFlorian Westphal1-2/+2
2024-06-25netfilter: nf_tables: move bind list_head into relevant subtypesFlorian Westphal1-8/+18
2024-06-25netfilter: nf_tables: make struct nft_trans first member of derived subtypesFlorian Westphal1-70/+92
2024-06-25Fix race for duplicate reqsk on identical SYNluoxuanqiang1-1/+1
2024-06-25af_unix: Remove U_LOCK_GC_LISTENER.Kuniyuki Iwashima1-12/+0