summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: helper function skb_len_addRichard Gobert2022-06-241-10/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-234-16/+49
|\
| * sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-231-0/+5
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-06-171-6/+28
| |\
| | * bpf: Fix request_sock leak in sk lookup helpersJon Maxwell2022-06-151-6/+28
| * | net: fix data-race in dev_isalive()Eric Dumazet2022-06-172-10/+16
| |/
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-06-173-2/+152
|\ \
| * | bpf: Fix bpf_skc_lookup comment wrt. return typeTobias Klauser2022-06-171-2/+0
| * | bpf: Allow the new syncookie helpers to work with SKBsMaxim Mikityanskiy2022-06-161-0/+10
| * | bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy2022-06-161-0/+118
| * | bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen2022-06-022-0/+24
* | | net: don't check skb_count twiceSieng Piaw Liew2022-06-151-3/+4
* | | tcp: sk_forced_mem_schedule() optimizationEric Dumazet2022-06-131-3/+6
* | | net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet2022-06-101-2/+0
* | | net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-101-3/+0
* | | net: add per_cpu_fw_alloc field to struct protoEric Dumazet2022-06-101-0/+4
* | | net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet2022-06-101-8/+8
* | | net: add napi_get_frags_check() helperEric Dumazet2022-06-091-0/+18
* | | net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet2022-06-091-1/+2
* | | net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet2022-06-091-1/+1
* | | net: use WARN_ON_ONCE() in sk_stream_kill_queues()Eric Dumazet2022-06-091-3/+3
* | | net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet2022-06-091-1/+1
* | | net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()Eric Dumazet2022-06-091-1/+1
* | | drop_monitor: adopt u64_stats_tEric Dumazet2022-06-091-9/+9
* | | devlink: adopt u64_stats_tEric Dumazet2022-06-091-12/+16
* | | net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet2022-06-091-9/+9
* | | net: rename reference+tracking helpersJakub Kicinski2022-06-0910-33/+34
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-091-0/+6
|\ \ \ | | |/ | |/|
| * | netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2022-06-061-0/+6
| |/
* / net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong2022-06-074-14/+26
|/
* net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann2022-05-251-1/+1
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-2523-354/+1560
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-233-9/+46
| |\
| | * bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-201-0/+18
| | * bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan2022-05-101-0/+9
| | * bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang2022-05-101-0/+6
| | * net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang2022-05-101-4/+3
| | * bpf, sockmap: Call skb_linearize only when required in sk_psock_skb_ingress_e...Liu Jian2022-04-281-9/+13
| * | net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski2022-05-221-8/+13
| * | net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski2022-05-201-8/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-191-1/+1
| |\ \
| * | | net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet2022-05-161-2/+3
| * | | net: add skb_defer_max sysctlEric Dumazet2022-05-164-7/+19
| * | | net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet2022-05-161-1/+1
| * | | net: fix possible race in skb_attempt_defer_free()Eric Dumazet2022-05-162-5/+7
| * | | net: skb: check the boundrary of drop reason in kfree_skb_reason()Menglong Dong2022-05-161-0/+2
| * | | net: dm: check the boundary of skb drop reasonsMenglong Dong2022-05-161-1/+1
| * | | net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_ifEric Dumazet2022-05-161-4/+7
| * | | net: allow gro_max_size to exceed 65536Alexander Duyck2022-05-163-9/+9
| * | | net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-163-4/+19