summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet2-5/+30
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet1-0/+11
2025-11-25net_sched: add Qdisc_read_mostly and Qdisc_write groupsEric Dumazet1-11/+18
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet1-3/+10
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet1-9/+9
2025-11-25net: factor-out _sk_charge() helperPaolo Abeni1-0/+2
2025-11-21devlink: support default values for param-get and param-setDaniel Zahka1-0/+42
2025-11-21devlink: pass extack through to devlink_param::get()Daniel Zahka2-2/+4
2025-11-21tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet1-0/+1
2025-11-21tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet1-1/+1
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2025-11-20net: mana: Drop TX skb on post_work_request failure and unmap resourcesAditya Garg1-0/+1
2025-11-20net: mana: Handle SKB if TX SGEs exceed hardware limitAditya Garg2-1/+8
2025-11-19Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+2
2025-11-18net: mana: Add standard counter rx_missed_errorsErni Sri Satya Vennela2-2/+10
2025-11-18net: mana: Move hardware counter stats from per-port to per-VF contextErni Sri Satya Vennela1-5/+9
2025-11-15sctp: Remove unused declaration sctp_auth_init_hmacs()Yue Haibing1-1/+0
2025-11-15tcp: gro: inline tcp_gro_pull_header()Eric Dumazet2-1/+27
2025-11-14net: dsa: remove definition of struct dsa_switch_driverHeiner Kallweit1-5/+0
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+6
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+5
2025-11-12Merge tag 'wireless-next-2025-11-12' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski2-4/+32
2025-11-11Bluetooth: hci_event: Fix not handling PA Sync Lost eventLuiz Augusto von Dentz1-0/+5
2025-11-11wifi: cfg80211/mac80211: Add fallback mechanism for INDOOR_SP connectionPagadala Yesu Anjaneyulu1-2/+7
2025-11-11wifi: cfg80211/mac80211: clean up duplicate ap_power handlingPagadala Yesu Anjaneyulu1-0/+24
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing1-0/+7
2025-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-0/+56
2025-11-11sctp: Don't inherit do_auto_asconf in sctp_clone_sock().Kuniyuki Iwashima1-4/+0
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe2-0/+56
2025-11-10wifi: cfg80211: fix doc of struct key_paramsChien Wong1-2/+1
2025-11-10wifi: mac80211: fix EHT typoJohannes Berg1-1/+1
2025-11-10wifi: cfg80211: fix EHT typoJohannes Berg1-1/+1
2025-11-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-0/+4
2025-11-08psp: add stats from psp spec to driver facing apiJakub Kicinski1-0/+23
2025-11-08psp: report basic stats from the coreJakub Kicinski1-0/+9
2025-11-08tcp: add net.ipv4.tcp_comp_sack_rtt_percentEric Dumazet1-0/+1
2025-11-08tcp: Apply max RTO to non-TFO SYN+ACK.Kuniyuki Iwashima1-1/+2
2025-11-08tcp: Remove timeout arg from reqsk_timeout().Kuniyuki Iwashima2-8/+7
2025-11-08tcp: Remove timeout arg from reqsk_queue_hash_req().Kuniyuki Iwashima1-2/+1
2025-11-08tcp: Call tcp_syn_ack_timeout() directly.Kuniyuki Iwashima1-1/+0
2025-11-07xsk: Move NETDEV_XDP_ACT_ZC into generic headerDaniel Borkmann1-0/+4
2025-11-07net: dsa: add tagging driver for MaxLinear GSW1xx switch familyDaniel Golle1-0/+2
2025-11-06devlink: Add new "max_mac_per_vf" generic device paramMohammad Heib1-0/+4
2025-11-06Merge tag 'hardening-v6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+79
2025-11-06net: selftests: export packet creation helpers for driver useRaju Rangoju1-0/+45
2025-11-05net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook8-18/+17
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook4-6/+6
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook3-3/+3
2025-11-04xsk: use a smaller new lock for shared pool caseJason Xing1-4/+9