summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-18net: tcp: allow tcp_timewait_sock to validate skbs before handing to deviceDaniel Zahka1-0/+5
2025-09-18net: move sk_validate_xmit_skb() to net/core/dev.cDaniel Zahka1-22/+0
2025-09-18psp: add op for rotation of device keyJakub Kicinski1-0/+5
2025-09-18tcp: add datapath logic for PSP with inline key exchangeJakub Kicinski2-0/+83
2025-09-18net: modify core data structures for PSP datapath supportJakub Kicinski4-0/+20
2025-09-18psp: base PSP device supportJakub Kicinski3-0/+126
2025-09-18udp: make busylock per socketEric Dumazet1-0/+1
2025-09-18udp: add udp_drops_inc() helperEric Dumazet2-1/+6
2025-09-18net: group sk_backlog and sk_receive_queueEric Dumazet1-1/+1
2025-09-18ipv6: make ipv6_pinfo.daddr_cache a booleanEric Dumazet1-2/+2
2025-09-18ipv6: make ipv6_pinfo.saddr_cache a booleanEric Dumazet1-2/+2
2025-09-18tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristicsIlpo Järvinen1-0/+1
2025-09-18tcp: accecn: AccECN option failure handlingChia-Yu Chang1-3/+48
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang3-0/+56
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen3-1/+102
2025-09-18tcp: accecn: add AccECN rx byte countersIlpo Järvinen1-1/+28
2025-09-18tcp: accecn: AccECN negotiationIlpo Järvinen2-22/+289
2025-09-18tcp: AccECN coreIlpo Järvinen2-2/+66
2025-09-17devlink: Add a 'num_doorbells' driverinit paramCosmin Ratiu1-0/+4
2025-09-15tcp: ecn functions in separated include fileChia-Yu Chang1-0/+116
2025-09-15tcp: fast path functions laterIlpo Järvinen1-27/+27
2025-09-14net: dst_metadata: fix IP_DF bit not extracted from tunnel headersIlya Maximets1-2/+9
2025-09-14net/cls_cgroup: Fix task_get_classid() during qdisc runYafang Shao1-1/+1
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet2-26/+13
2025-09-11tcp: Free TCP-AO/TCP-MD5 info/keys without RCUDmitry Safonov1-1/+0
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov1-0/+4
2025-09-11Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski1-1/+33
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+3
2025-09-11ipv4: icmp: Pass IPv4 control block structure as an argument to __icmp_send()Ido Schimmel1-4/+6
2025-09-11net: xdp: handle frags with unreadable memoryJakub Kicinski1-0/+13
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski1-12/+11
2025-09-10netfilter: nf_tables: make nft_set_do_lookup available unconditionallyFlorian Westphal1-8/+2
2025-09-10netfilter: nf_tables: place base_seq in struct netFlorian Westphal2-1/+1
2025-09-09devlink: Add 'total_vfs' generic device paramVlad Dumitrescu1-0/+4
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