summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-09Merge tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2-11/+24
2024-05-09net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet1-1/+1
2024-05-08net: dsa: add support switches global DSCP priority mappingOleksij Rempel1-0/+9
2024-05-08net: add IEEE 802.1q specific helpersOleksij Rempel2-0/+133
2024-05-08net: dsa: add support for DCB get/set apptrust configurationOleksij Rempel1-0/+4
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin2-15/+6
2024-05-07page_pool: don't use driver-set flags field directlyAlexander Lobakin1-3/+10
2024-05-07page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin1-1/+11
2024-05-07Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+1
2024-05-07gtp: properly parse extension headersPablo Neira Ayuso1-0/+5
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau1-1/+3
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau1-0/+1
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau1-0/+1
2024-05-05queue_api: define queue apiMina Almasry1-0/+31
2024-05-04Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-0/+3
2024-05-03ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-0/+2
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh1-2/+4
2024-05-03wifi: cfg80211: handle color change per linkAditya Kumar Singh1-9/+20
2024-05-03tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu1-1/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+9
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-0/+9
2024-05-02net: dsa: Remove adjust_link pathsFlorian Fainelli1-7/+0
2024-05-02net: dsa: Remove fixed_link_update memberFlorian Fainelli1-4/+0
2024-05-01netfs, 9p: Implement helpers for new write codeDavid Howells1-0/+2
2024-05-01xfrm: Add Direction to the SA in or outAntony Antony1-0/+1
2024-05-01net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet2-3/+4
2024-05-01net: add <net/proto_memory.h>Eric Dumazet2-78/+83
2024-05-01tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet1-9/+1
2024-05-01net: move sysctl_skb_defer_max to net_hotdataEric Dumazet1-0/+1
2024-05-01net: move sysctl_max_skb_frags to net_hotdataEric Dumazet1-0/+1
2024-05-01inet: introduce dst_rtable() helperEric Dumazet2-2/+13
2024-04-30net/smc: add operations to merge sndbuf with peer DMBWen Gu1-0/+3
2024-04-30net/smc: mark optional smcd_ops and check for support when calledWen Gu1-6/+8
2024-04-30net/smc: decouple ism_client from SMC-D DMB registrationWen Gu1-2/+2
2024-04-30netdev: add queue statsXuan Zhuo1-0/+27
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+2
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet2-8/+9
2024-04-29ipv6: use call_rcu_hurry() in fib6_info_release()Eric Dumazet1-1/+1
2024-04-26tcp: support rstreason for passive resetJason Xing1-0/+15
2024-04-26rstreason: prepare for active resetJason Xing1-1/+2
2024-04-26rstreason: prepare for passive resetJason Xing1-1/+3
2024-04-26net: introduce rstreason to detect why the RST is sentJason Xing1-0/+106
2024-04-26net/sched: fix false lockdep warning on qdisc root lockDavide Caratti1-0/+1
2024-04-26xfrm: Preserve vlan tags for transport mode software GROPaul Davey1-0/+3
2024-04-26mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan4-12/+19
2024-04-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-7/+273
2024-04-26net: add two more call_rcu_hurry()Eric Dumazet1-1/+1
2024-04-26bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu1-2/+2
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-20/+37
2024-04-25Merge tag 'wireless-next-2024-04-24' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2-51/+114