aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-17/+60
2021-10-28devlink: Simplify internal devlink params implementationLeon Romanovsky1-123/+46
2021-10-27xdp: Remove redundant warningYajun Deng1-2/+0
2021-10-27Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky1-5/+7
2021-10-27Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky1-5/+7
2021-10-26net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay1-0/+5
2021-10-26Merge 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-24net: rtnetlink: use __dev_addr_set()Jakub Kicinski1-2/+2
2021-10-24net: core: constify mac addrs in selftestsJakub Kicinski1-4/+4
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer1-1/+1
2021-10-22devlink: Clean not-executed param notificationsLeon Romanovsky1-4/+11
2021-10-22devlink: Remove not-executed trap group notificationsLeon Romanovsky1-7/+5
2021-10-22devlink: Remove not-executed trap policer notificationsLeon Romanovsky1-7/+5
2021-10-22devlink: Delete obsolete parameters publish APILeon Romanovsky1-49/+8
2021-10-22skb_expand_head() adjust skb->truesize incorrectlyVasily Averin2-13/+35
2021-10-21net/core: Remove unused assignment operations and variableluo penghao1-2/+1
2021-10-21net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.Sebastian Andrzej Siewior1-6/+37
2021-10-20net-core: use netdev_* calls for kernel messagesJesse Brandeburg1-12/+10
2021-10-19devlink: Remove extra device_lock assert checksLeon Romanovsky1-2/+0
2021-10-19net: sched: Allow statistics reads from softirq.Sebastian Andrzej Siewior1-1/+1
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-4/+15
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2-28/+38
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2-45/+53
2021-10-18net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish1-4/+5
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2-3/+13
2021-10-18gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior1-37/+2
2021-10-18gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior1-0/+32
2021-10-18gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior2-14/+17
2021-10-16net: make use of helper netif_is_bridge_master()Kyungrok Chung1-1/+1
2021-10-16net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski1-3/+0
2021-10-15page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin1-4/+6
2021-10-14net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entriesDaniel Borkmann1-3/+8
2021-10-14net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attributeDaniel Borkmann1-5/+1
2021-10-14net, neigh: Add build-time assertion to avoid neigh->flags overflowDaniel Borkmann1-0/+3
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+11
2021-10-14netfilter: Introduce egress hookLukas Wunner1-2/+13
2021-10-14netfilter: Generalize ingress hook include fileLukas Wunner1-1/+1
2021-10-14netfilter: Rename ingress hook include fileLukas Wunner1-1/+1
2021-10-13Revert "net: procfs: add seq_puts() statement for dev_mcast"Vladimir Oltean1-13/+11
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky1-44/+3
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky1-2/+22
2021-10-12devlink: Annotate devlink API callsLeon Romanovsky1-0/+26
2021-10-12devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky1-0/+18
2021-10-12devlink: Reduce struct devlink exposureLeon Romanovsky1-0/+57
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann1-30/+83
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu1-15/+40