summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2024-05-13net: change proto and proto_ops accept typeJens Axboe-6/+12
2024-05-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-1/+1
2024-05-13ax25: Use kernel universal linked list to implement ax25_dev_listDuoming Zhou-2/+1
2024-05-13netdev: Add queue stats for TX stop and wakeDaniel Jurgens-0/+3
2024-05-13netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti-4/+14
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert-8/+68
2024-05-13net: gro: use cb instead of skb->network_headerRichard Gobert-2/+7
2024-05-13Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-2/+2
2024-05-13Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds-8/+1
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-0/+2
2024-05-10af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima-0/+1
2024-05-10Merge tag 'gtp-24-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/pab...David S. Miller-0/+5
2024-05-10netfilter: nf_tables: allow clone callbacks to sleepFlorian Westphal-2/+2
2024-05-09tcp: get rid of twsk_unique()Eric Dumazet-9/+0
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+3
2024-05-08Merge tag 'wireless-next-2024-05-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-11/+24
2024-05-08net: dst_cache: annotate data-races around dst_cache->reset_tsEric Dumazet-1/+1
2024-05-08net: dsa: add support switches global DSCP priority mappingOleksij Rempel-0/+9
2024-05-08net: add IEEE 802.1q specific helpersOleksij Rempel-0/+133
2024-05-08net: dsa: add support for DCB get/set apptrust configurationOleksij Rempel-0/+4
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin-15/+6
2024-05-07page_pool: don't use driver-set flags field directlyAlexander Lobakin-3/+10
2024-05-07page_pool: make sure frag API fields don't span between cachelinesAlexander Lobakin-1/+11
2024-05-06Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-0/+1
2024-05-07gtp: properly parse extension headersPablo Neira Ayuso-0/+5
2024-05-06net: create tcp_gro_header_pull helper functionFelix Fietkau-1/+3
2024-05-06net: create tcp_gro_lookup helper functionFelix Fietkau-0/+1
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau-0/+1
2024-05-05queue_api: define queue apiMina Almasry-0/+31
2024-05-03Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-0/+3
2024-05-03ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados-0/+2
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh-2/+4
2024-05-03wifi: cfg80211: handle color change per linkAditya Kumar Singh-9/+20
2024-05-02tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu-1/+1
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+9
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert-0/+9
2024-05-01net: dsa: Remove adjust_link pathsFlorian Fainelli-7/+0
2024-05-01net: dsa: Remove fixed_link_update memberFlorian Fainelli-4/+0
2024-05-01netfs, 9p: Implement helpers for new write codeDavid Howells-0/+2
2024-05-01xfrm: Add Direction to the SA in or outAntony Antony-0/+1
2024-04-30net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet-3/+4
2024-04-30net: add <net/proto_memory.h>Eric Dumazet-78/+83
2024-04-30tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet-9/+1
2024-04-30net: move sysctl_skb_defer_max to net_hotdataEric Dumazet-0/+1
2024-04-30net: move sysctl_max_skb_frags to net_hotdataEric Dumazet-0/+1
2024-04-30inet: introduce dst_rtable() helperEric Dumazet-2/+13
2024-04-30net/smc: add operations to merge sndbuf with peer DMBWen Gu-0/+3
2024-04-30net/smc: mark optional smcd_ops and check for support when calledWen Gu-6/+8
2024-04-30net/smc: decouple ism_client from SMC-D DMB registrationWen Gu-2/+2
2024-04-30netdev: add queue statsXuan Zhuo-0/+27