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