summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-2/+2
2025-08-30net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet3-4/+6
2025-08-30net: dst: introduce dst->dev_rcuEric Dumazet1-5/+11
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+18
2025-08-29net_sched: act_skbmod: use RCU in tcf_skbmod_dump()Eric Dumazet1-0/+1
2025-08-29net_sched: act_tunnel_key: use RCU in tunnel_key_dump()Eric Dumazet1-0/+1
2025-08-29net_sched: act_vlan: use RCU in tcf_vlan_dump()Eric Dumazet1-0/+1
2025-08-29queue_api: add support for fetching per queue DMA devDragos Tatulea1-0/+7
2025-08-28inet: raw: add drop_counters to raw socketsEric Dumazet1-0/+1
2025-08-28udp: add drop_counters to udp socketEric Dumazet1-0/+1
2025-08-28net: add sk->sk_drop_countersEric Dumazet1-1/+31
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet2-4/+9
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet2-2/+17
2025-08-28net: Prevent RPS table overwrite of active flowsKrishna Kumar1-2/+5
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-27ipv6: sr: Prepare HMAC key ahead of timeEric Biggers1-0/+8
2025-08-27ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functionsEric Biggers1-12/+0
2025-08-27ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault5-8/+17
2025-08-27devlink: Introduce burst period for health reporterShahar Shitrit1-0/+3
2025-08-27devlink: Move graceful period parameter to reporter opsShahar Shitrit1-4/+7
2025-08-26tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima2-34/+21
2025-08-26tcp: Remove timewait_sock_ops.twsk_destructor().Kuniyuki Iwashima1-7/+0
2025-08-22Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy1-1/+1
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-11/+49
2025-08-21net: page_pool: add page_pool_get()Jakub Kicinski1-0/+5
2025-08-21bonding: update LACP activity flag after setting lacp_activeHangbin Liu1-0/+1
2025-08-21net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet1-2/+2
2025-08-20sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers3-28/+11
2025-08-20sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers3-20/+6
2025-08-20net: Define sk_memcg under CONFIG_MEMCG.Kuniyuki Iwashima1-0/+2
2025-08-20net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure().Kuniyuki Iwashima3-2/+24
2025-08-20net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima3-2/+12
2025-08-20net-memcg: Introduce mem_cgroup_from_sk().Kuniyuki Iwashima1-0/+12
2025-08-19net: mana: Use page pool fragments for RX buffers instead of full pages to im...Dipayaan Roy1-0/+4
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-15net/sched: Fix backlog accounting in qdisc_dequeue_internalWilliam Liu1-3/+8
2025-08-15devlink/port: Check attributes early and constifyParav Pandit1-1/+1
2025-08-14net: kcm: Fix race condition in kcm_unattach()Sven Stegemann1-1/+0
2025-08-14Merge 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-02net: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala1-0/+12
2025-08-02net: 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