summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2022-06-09net: add napi_get_frags_check() helperEric Dumazet1-0/+18
2022-06-09net: add debug checks in napi_consume_skb and __napi_alloc_skb()Eric Dumazet1-1/+2
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in skb_release_head_state()Eric Dumazet1-1/+1
2022-06-09net: use WARN_ON_ONCE() in sk_stream_kill_queues()Eric Dumazet1-3/+3
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in dev_loopback_xmit()Eric Dumazet1-1/+1
2022-06-09net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()Eric Dumazet1-1/+1
2022-06-09drop_monitor: adopt u64_stats_tEric Dumazet1-9/+9
2022-06-09devlink: adopt u64_stats_tEric Dumazet1-12/+16
2022-06-09net: adopt u64_stats_t in struct pcpu_sw_netstatsEric Dumazet1-9/+9
2022-06-09net: rename reference+tracking helpersJakub Kicinski10-33/+34
2022-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2022-06-07net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong4-14/+26
2022-06-06netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso1-0/+6
2022-05-25net, neigh: Set lower cap for neigh_managed_work rearmingDaniel Borkmann1-1/+1
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds23-354/+1560
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+0
2022-05-23Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-9/+46
2022-05-22net: wrap the wireless pointers in struct net_device in an ifdefJakub Kicinski1-8/+13
2022-05-20net: avoid strange behavior with skb_defer_max == 1Jakub Kicinski1-8/+5
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang1-0/+18
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld1-3/+0
2022-05-16net: fix dev_fill_forward_path with pppoe + bridgeFelix Fietkau1-1/+1
2022-05-16net: call skb_defer_free_flush() before each napi_poll()Eric Dumazet1-2/+3
2022-05-16net: add skb_defer_max sysctlEric Dumazet4-7/+19
2022-05-16net: use napi_consume_skb() in skb_defer_free_flush()Eric Dumazet1-1/+1
2022-05-16net: fix possible race in skb_attempt_defer_free()Eric Dumazet2-5/+7
2022-05-16net: skb: check the boundrary of drop reason in kfree_skb_reason()Menglong Dong1-0/+2
2022-05-16net: dm: check the boundary of skb drop reasonsMenglong Dong1-1/+1
2022-05-16net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_ifEric Dumazet1-4/+7
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck3-9/+9
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck3-4/+19
2022-05-16net: add IFLA_TSO_{MAX_SIZE|SEGS} attributesEric Dumazet1-0/+6
2022-05-13net: page_pool: add page allocation stats for two fast page allocate pathJie Wang1-1/+4
2022-05-12net: update the register_netdevice() kdocJakub Kicinski1-14/+6
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2022-05-12rtnetlink: verify rate parameters for calls to ndo_set_vf_rateBin Chen1-10/+18
2022-05-11net: add more debug info in skb_checksum_help()Eric Dumazet1-4/+6
2022-05-11net: remove two BUG() from skb_checksum_help()Eric Dumazet1-2/+6
2022-05-10net: fix kdoc on __dev_queue_xmit()Jakub Kicinski1-20/+15
2022-05-10bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan1-0/+9
2022-05-10bpf: Print some info if disable bpf_jit_enable failedTiezhu Yang1-0/+6
2022-05-10net: sysctl: Use SYSCTL_TWO instead of &twoTiezhu Yang1-4/+3
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-2/+2
2022-05-09net: fix wrong network header lengthLina Wang1-1/+3
2022-05-06net: move netif_set_gso_max helpersJakub Kicinski1-0/+21
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-2/+2
2022-05-06net: don't allow user space to lift the device limitsJakub Kicinski2-2/+37
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-0/+12
2022-05-05net: Make msg_zerocopy_alloc staticDavid Ahern1-2/+1