summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2022-07-07net: page_pool: optimize page pool page allocation in NUMA scenarioJie Wang
2022-07-06tls: rx: periodically flush socket backlogJakub Kicinski
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang
2022-06-24net: helper function skb_len_addRichard Gobert
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-23sock: redo the psock vs ULP protection checkJakub Kicinski
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-06-17bpf: Fix bpf_skc_lookup comment wrt. return typeTobias Klauser
2022-06-17net: fix data-race in dev_isalive()Eric Dumazet
2022-06-16bpf: Allow the new syncookie helpers to work with SKBsMaxim Mikityanskiy
2022-06-16bpf: Add helpers to issue and check SYN cookies in XDPMaxim Mikityanskiy
2022-06-15bpf: Fix request_sock leak in sk lookup helpersJon Maxwell
2022-06-15net: don't check skb_count twiceSieng Piaw Liew
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet
2022-06-10net: unexport __sk_mem_{raise|reduce}_allocatedEric Dumazet
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet
2022-06-10net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFTEric Dumazet
2022-06-09net: add napi_get_frags_check() helperEric Dumazet
2022-06-09net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet
2022-06-09net: use WARN_ON_ONCE() in sk_stream_kill_queues()Eric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()Eric Dumazet
2022-06-09drop_monitor: adopt u64_stats_tEric Dumazet
2022-06-09devlink: adopt u64_stats_tEric Dumazet
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet
2022-06-09net: rename reference+tracking helpersJakub Kicinski
2022-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-07net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-06-02bpf, sockmap: Fix sk->sk_forward_alloc warn_on in sk_stream_kill_queuesWang Yufen
2022-05-25net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski
2022-05-20net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau
2022-05-16net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet
2022-05-16net: add skb_defer_max sysctlEric Dumazet
2022-05-16net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet
2022-05-16net: skb: check the boundrary of drop reason in kfree_skb_reason()Menglong Dong
2022-05-16net: dm: check the boundary of skb drop reasonsMenglong Dong
2022-05-16net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_ifEric Dumazet