aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-09Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2-13/+26
2025-09-09bonding: support aggregator selection based on port priorityHangbin Liu1-0/+1
2025-09-09bonding: add support for per-port LACP actor priorityHangbin Liu2-0/+2
2025-09-08net: snmp: remove SNMP_MIB_SENTINELEric Dumazet2-28/+0
2025-09-08ipv6: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-0/+24
2025-09-08xdp, libeth: make the xdp_init_buff() micro-optimization genericAlexander Lobakin2-13/+26
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+13
2025-09-04wifi: nl80211: allow drivers to support subset of NL80211_CMD_SET_BSSArend van Spriel1-0/+29
2025-09-04wifi: nl80211: Add EHT fixed Tx rate supportMuna Sinada1-0/+3
2025-09-04wifi: cfg80211: fix return value in cfg80211_get_radio_idx_by_chan()Aditya Kumar Singh1-1/+1
2025-09-04net: add helper to pre-check if PP for an Rx queue will be unreadableJakub Kicinski2-0/+14
2025-09-03net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 msJuraj Šarinay1-1/+1
2025-09-03net: lockless sock_i_ino()Eric Dumazet1-4/+13
2025-09-03Merge tag 'nf-next-25-09-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski4-19/+3
2025-09-03genetlink: fix typo in commentAsbjørn Sloth Tønnesen1-1/+1
2025-09-03net: Add rfs_needed() helperChristoph Paasch1-29/+56
2025-09-02net_sched: act: remove tcfa_qstatsEric Dumazet1-8/+6
2025-09-02bonding: Remove support for use_carrierJay Vosburgh1-1/+0
2025-09-02netfilter: nft_payload: extend offset to 65535 bytesFernando Fernandez Mancera1-1/+1
2025-09-02netfilter: nf_reject: remove unneeded exportsFlorian Westphal2-18/+0
2025-09-02netfilter: nf_tables: allow iter callbacks to sleepFlorian Westphal1-0/+2
2025-09-01inet: ping: make ping_port_rover per netnsEric Dumazet1-0/+1
2025-09-01inet: ping: remove ping_hash()Eric Dumazet1-1/+0
2025-09-01tcp: Remove sk->sk_prot->orphan_count.Kuniyuki Iwashima3-9/+11
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster1-2/+2
2025-08-29net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet3-4/+6
2025-08-29net: 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-28net_sched: act_skbmod: use RCU in tcf_skbmod_dump()Eric Dumazet1-0/+1
2025-08-28net_sched: act_tunnel_key: use RCU in tunnel_key_dump()Eric Dumazet1-0/+1
2025-08-28net_sched: act_vlan: use RCU in tcf_vlan_dump()Eric Dumazet1-0/+1
2025-08-28queue_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-27net: 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-26ipv6: sr: Prepare HMAC key ahead of timeEric Biggers1-0/+8
2025-08-26ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functionsEric Biggers1-12/+0
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault5-8/+17
2025-08-26devlink: Introduce burst period for health reporterShahar Shitrit1-0/+3
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit1-4/+7
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima2-34/+21
2025-08-25tcp: 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