summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2022-06-19raw: use more conventional iteratorsEric Dumazet-6/+5
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-0/+1
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy-0/+1
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-84/+1
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong-84/+1
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet-2/+1
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet-27/+2
2022-06-10net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet-4/+8
2022-06-10net: implement per-cpu reserves for memory_allocatedEric Dumazet-9/+29
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet-0/+4
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet-5/+3
2022-06-10Revert "net: set SK_MEM_QUANTUM to 4096"Eric Dumazet-13/+3
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-35/+0
2022-06-10wifi: mac80211: remove cipher scheme supportJohannes Berg-35/+0
2022-06-10xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger-2/+1
2022-06-10net: mac802154: Add a warning in the hot pathMiquel Raynal-1/+4
2022-06-10net: mac802154: Introduce a tx queue flushing mechanismMiquel Raynal-0/+1
2022-06-10net: mac802154: Bring the ability to hold the transmit queueMiquel Raynal-29/+4
2022-06-10net: mac802154: Follow the count of ongoing transmissionsMiquel Raynal-0/+3
2022-06-09bonding: netlink error message support for optionsJonathan Toppins-1/+2
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet-2/+2
2022-06-09net: rename reference+tracking helpersJakub Kicinski-1/+1
2022-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-14/+11
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+4
2022-06-08ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen-2/+2
2022-06-08net: constify some inline functions in sock.hPeter Lafreniere-3/+3
2022-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-2/+2
2022-06-07net: dropreason: reformat the comment fo skb drop reasonsMenglong Dong-156/+226
2022-06-07net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong-0/+2
2022-06-07net: skb: move enum skb_drop_reason to standalone header fileMenglong Dong-0/+184
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso-1/+2
2022-06-05bluetooth: don't use bitmaps for random flag accessesLinus Torvalds-10/+7
2022-06-02ax25: Fix ax25 session cleanup problemsDuoming Zhou-0/+1
2022-06-02netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso-1/+0
2022-06-01bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu-0/+6
2022-05-31net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang-0/+6
2022-05-27netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal-1/+6
2022-05-26net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray-28/+8
2022-05-25amt: fix typo in amtTaehee Yoo-1/+1
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-0/+6
2022-05-23Merge tag 'for-net-next-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-2/+16
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski-0/+4
2022-05-20net: Add a second bind table hashed by port and addressJoanne Koong-1/+84
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang-0/+6
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski-0/+1
2022-05-19Merge tag 'wireless-next-2022-05-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-11/+39
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+16
2022-05-19Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz-0/+1
2022-05-19tls: Add opt-in zerocopy mode of sendfile()Boris Pismenny-0/+1
2022-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+14