summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | devlink: Remove unused functions devlink_rate_leaf_create/destroyMoshe Shemesh2022-07-121-35/+7
* | | devlink: Remove unused function devlink_rate_nodes_destroyMoshe Shemesh2022-07-121-18/+0
| |/ |/|
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-093-41/+74
|\ \
| * | bpf: Omit superfluous address family check in __bpf_skc_lookupTobias Klauser2022-07-051-3/+2
| * | bpf: expose bpf_{g,s}etsockopt to lsm cgroupStanislav Fomichev2022-06-291-7/+53
| * | bpf: Fix sockmap calling sleepable function in teardown pathJohn Fastabend2022-06-281-1/+1
| * | skmsg: Get rid of unncessary memset()Cong Wang2022-06-201-10/+13
| * | skmsg: Get rid of skb_clone()Cong Wang2022-06-201-6/+1
| * | net: Introduce a new proto_ops ->read_skb()Cong Wang2022-06-201-15/+5
* | | net: minor optimization in __alloc_skb()Eric Dumazet2022-07-081-2/+1
* | | net: page_pool: optimize page pool page allocation in NUMA scenarioJie Wang2022-07-071-1/+2
* | | tls: rx: periodically flush socket backlogJakub Kicinski2022-07-061-0/+1
* | | net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang2022-06-301-2/+30
* | | 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