summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2023-11-06net: dev: always take qdisc's busylock in __dev_xmit_skb()Sebastian Andrzej Siewior1-0/+4
2023-11-06net: Dequeue in dev_cpu_dead() without the lockSebastian Andrzej Siewior1-1/+1
2023-11-06net: Use skbufhead with raw lockThomas Gleixner1-3/+3
2023-11-06net/core: use local_bh_disable() in netif_rx_ni()Sebastian Andrzej Siewior1-4/+2
2023-11-06softirq: Check preemption after reenabling interruptsThomas Gleixner1-0/+7
2023-11-06net: Remove preemption disabling in netif_rx()Priyanka Jain1-4/+4
2023-11-06net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.Sebastian Andrzej Siewior1-6/+37
2023-11-06net: sched: Allow statistics reads from softirq.Sebastian Andrzej Siewior1-1/+1
2023-11-06net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2-28/+38
2023-11-06net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2-45/+53
2023-11-06net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish1-4/+5
2023-11-06net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2-3/+13
2023-11-06gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior1-37/+2
2023-11-06gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior1-0/+32
2023-11-06gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior2-14/+17
2021-10-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-1/+15
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang1-0/+14
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc1-1/+2
2021-10-25net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long1-2/+2
2021-10-25net: Prevent infinite while loop in skb_tx_hash()Michael Chan1-0/+6
2021-10-23bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+1
2021-10-22skb_expand_head() adjust skb->truesize incorrectlyVasily Averin2-13/+35
2021-10-14Revert "net: procfs: add seq_puts() statement for dev_mcast"Vladimir Oltean1-13/+11
2021-10-06rtnetlink: fix if_nlmsg_stats_size() under estimationEric Dumazet1-1/+1
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-6/+26
2021-09-30net: dev_addr_list: handle first address in __hw_addr_add_exJakub Kicinski1-0/+6
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni1-18/+2
2021-09-20napi: fix race inside napi_enableXuan Zhuo1-6/+10
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner1-14/+23
2021-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-14/+3
2021-09-14bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann2-14/+3
2021-09-03skbuff: clean up inconsistent indentingColin Ian King1-1/+1
2021-09-03pktgen: remove unused variableEric Dumazet1-1/+0
2021-08-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski3-3/+38
2021-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+3
2021-08-30netfilter: add netfilter hooks to SRv6 data planeRyoga Saito1-0/+3
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-08-26rtnetlink: Return correct error on changing device netnsAndrey Ignatov1-1/+2
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin1-1/+0
2021-08-26bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau1-0/+6
2021-08-25net-next: When a bond have a massive amount of VLANs with IPv6 addresses, per...Gilad Naaman1-46/+98
2021-08-25bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SK_MSGXu Liu1-0/+14
2021-08-24page_pool: use relaxed atomic for release side accountingYunsheng Lin1-1/+1
2021-08-19net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen1-1/+88
2021-08-19net/core: Remove unused field from struct flow_indr_devEli Cohen1-1/+0
2021-08-19bpf: Allow bpf_get_netns_cookie in BPF_PROG_TYPE_SOCK_OPSXu Liu1-0/+14
2021-08-18pktgen: Remove fill_imix_distribution() CONFIG_XFRM dependencyNick Richardson1-27/+26
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang1-4/+12
2021-08-18net: net_namespace: Optimize the codeYajun Deng1-28/+24
2021-08-18net: procfs: add seq_puts() statement for dev_mcastYajun Deng1-11/+13