summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski2021-11-012-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-011-0/+15
|\
| * cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi2021-10-291-0/+15
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-012-10/+56
|\ \
| * | skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian2021-11-011-10/+33
| * | bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen2021-10-211-0/+23
* | | net: avoid double accounting for pure zerocopy skbsTalal Ahmad2021-11-012-2/+4
* | | ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2021-11-011-38/+7
* | | devlink: expose get/put functionsJakub Kicinski2021-11-011-3/+5
* | | ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski2021-11-011-2/+0
* | | devlink: make all symbols GPL-onlyJakub Kicinski2021-10-291-4/+4
* | | mctp: Add flow extension to skbJeremy Kerr2021-10-291-0/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-286-17/+60
|\ \ \ | | |/ | |/|
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-262-1/+15
| |\ \
| | * | skmsg: Extract and reuse sk_msg_is_readable()Cong Wang2021-10-261-0/+14
| | * | bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer2021-10-221-1/+1
| * | | net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-10-261-1/+2
| * | | net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long2021-10-251-2/+2
| * | | net: Prevent infinite while loop in skb_tx_hash()Michael Chan2021-10-251-0/+6
| * | | skb_expand_head() adjust skb->truesize incorrectlyVasily Averin2021-10-222-13/+35
| |/ /
* | | devlink: Simplify internal devlink params implementationLeon Romanovsky2021-10-281-123/+46
* | | xdp: Remove redundant warningYajun Deng2021-10-271-2/+0
* | | Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky2021-10-271-5/+7
* | | Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky2021-10-271-5/+7
* | | net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay2021-10-261-0/+5
* | | net: rtnetlink: use __dev_addr_set()Jakub Kicinski2021-10-241-2/+2
* | | net: core: constify mac addrs in selftestsJakub Kicinski2021-10-241-4/+4
* | | devlink: Clean not-executed param notificationsLeon Romanovsky2021-10-221-4/+11
* | | devlink: Remove not-executed trap group notificationsLeon Romanovsky2021-10-221-7/+5
* | | devlink: Remove not-executed trap policer notificationsLeon Romanovsky2021-10-221-7/+5
* | | devlink: Delete obsolete parameters publish APILeon Romanovsky2021-10-221-49/+8
* | | net/core: Remove unused assignment operations and variableluo penghao2021-10-211-2/+1
* | | net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.Sebastian Andrzej Siewior2021-10-211-6/+37
* | | net-core: use netdev_* calls for kernel messagesJesse Brandeburg2021-10-201-12/+10
* | | devlink: Remove extra device_lock assert checksLeon Romanovsky2021-10-191-2/+0
* | | net: sched: Allow statistics reads from softirq.Sebastian Andrzej Siewior2021-10-191-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-10-181-4/+15
|\ \ \
| * | | netfilter: Introduce egress hookLukas Wunner2021-10-141-2/+13
| * | | netfilter: Generalize ingress hook include fileLukas Wunner2021-10-141-1/+1
| * | | netfilter: Rename ingress hook include fileLukas Wunner2021-10-141-1/+1
* | | | net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-182-28/+38
* | | | net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-182-45/+53
* | | | net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish2021-10-181-4/+5
* | | | net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-182-3/+13
* | | | gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-181-37/+2
* | | | gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-181-0/+32
* | | | gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior2021-10-182-14/+17
* | | | net: make use of helper netif_is_bridge_master()Kyungrok Chung2021-10-161-1/+1
* | | | net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski2021-10-161-3/+0
* | | | page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin2021-10-151-4/+6