summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* gtp: properly parse extension headersPablo Neira Ayuso2024-05-071-0/+5
* net: create tcp_gro_header_pull helper functionFelix Fietkau2024-05-061-1/+3
* net: create tcp_gro_lookup helper functionFelix Fietkau2024-05-061-0/+1
* net: move skb_gro_receive_list from udp to coreFelix Fietkau2024-05-061-0/+1
* queue_api: define queue apiMina Almasry2024-05-051-0/+31
* ax.25: x.25: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-05-031-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-021-0/+9
|\
| * net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-021-0/+9
* | net: dsa: Remove adjust_link pathsFlorian Fainelli2024-05-011-7/+0
* | net: dsa: Remove fixed_link_update memberFlorian Fainelli2024-05-011-4/+0
* | net: move sysctl_mem_pcpu_rsv to net_hotdataEric Dumazet2024-04-302-3/+4
* | net: add <net/proto_memory.h>Eric Dumazet2024-04-302-78/+83
* | tcp: move tcp_out_of_memory() to net/ipv4/tcp.cEric Dumazet2024-04-301-9/+1
* | net: move sysctl_skb_defer_max to net_hotdataEric Dumazet2024-04-301-0/+1
* | net: move sysctl_max_skb_frags to net_hotdataEric Dumazet2024-04-301-0/+1
* | inet: introduce dst_rtable() helperEric Dumazet2024-04-302-2/+13
* | net/smc: add operations to merge sndbuf with peer DMBWen Gu2024-04-301-0/+3
* | net/smc: mark optional smcd_ops and check for support when calledWen Gu2024-04-301-6/+8
* | net/smc: decouple ism_client from SMC-D DMB registrationWen Gu2024-04-301-2/+2
* | netdev: add queue statsXuan Zhuo2024-04-301-0/+27
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-291-2/+2
|\ \
| * | bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu2024-04-251-2/+2
* | | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-292-8/+9
* | | ipv6: use call_rcu_hurry() in fib6_info_release()Eric Dumazet2024-04-291-1/+1
* | | tcp: support rstreason for passive resetJason Xing2024-04-261-0/+15
* | | rstreason: prepare for active resetJason Xing2024-04-261-1/+2
* | | rstreason: prepare for passive resetJason Xing2024-04-261-1/+3
* | | net: introduce rstreason to detect why the RST is sentJason Xing2024-04-261-0/+106
* | | net/sched: fix false lockdep warning on qdisc root lockDavide Caratti2024-04-261-0/+1
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-04-253-7/+273
|\ \ \
| * | | libeth: add Rx buffer managementAlexander Lobakin2024-04-241-0/+117
| * | | page_pool: add DMA-sync-for-CPU inline helperAlexander Lobakin2024-04-241-0/+24
| * | | page_pool: constify some read-only function argumentsAlexander Lobakin2024-04-242-7/+7
| * | | net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin2024-04-241-0/+125
* | | | net: add two more call_rcu_hurry()Eric Dumazet2024-04-251-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-256-20/+37
|\ \ \ \ | | |_|/ | |/| |
| * | | af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima2024-04-251-0/+3
| * | | tls: fix lockless read of strp->msg_ready in ->pollSabrina Dubroca2024-04-251-1/+2
| * | | macsec: Enable devices to advertise whether they update sk_buff md_dst during...Rahul Rameshbabu2024-04-251-0/+2
| * | | Merge tag 'wireless-2024-04-23' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2024-04-251-0/+3
| |\ \ \
| | * | | wifi: mac80211: don't use rate mask for scanningJohannes Berg2024-04-081-0/+3
| | | |/ | | |/|
| * | | Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz2024-04-241-0/+4
| * | | Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz2024-04-241-1/+3
| * | | net: fix sk_memory_allocated_{add|sub} vs softirqsEric Dumazet2024-04-231-18/+20
* | | | Merge tag 'wireless-next-2024-04-24' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-04-252-51/+114
|\ \ \ \
| * | | | wifi: cfg80211: fix cfg80211 function kernel-docJeff Johnson2024-04-191-29/+82
| * | | | wifi: mac80211: extend IEEE80211_KEY_FLAG_GENERATE_MMIE to other ciphersMichael-CY Lee2024-04-081-2/+2
| * | | | wifi: mac80211: Add missing return value documentationJeff Johnson2024-04-081-8/+30
| * | | | wifi: mac80211: remove ieee80211_set_hw_80211_encap()Jeff Johnson2024-04-081-12/+0
* | | | | tcp: move tcp_skb_cb->sacked flags to enumPhilo Lu2024-04-251-9/+13