summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-01net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-01skmsg: Lose offset info in sk_psock_skb_ingressLiu Jian
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski
2021-11-01devlink: expose get/put functionsJakub Kicinski
2021-11-01ethtool: push the rtnl_lock into dev_ethtool()Jakub Kicinski
2021-10-29cls_flower: Fix inability to match GRE/IPIP packetsYoshiki Komachi
2021-10-29devlink: make all symbols GPL-onlyJakub Kicinski
2021-10-29mctp: Add flow extension to skbJeremy Kerr
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28devlink: Simplify internal devlink params implementationLeon Romanovsky
2021-10-27xdp: Remove redundant warningYajun Deng
2021-10-27Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky
2021-10-27Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky
2021-10-26net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc
2021-10-25net-sysfs: initialize uid and gid before calling net_ns_get_ownershipXin Long
2021-10-25net: Prevent infinite while loop in skb_tx_hash()Michael Chan
2021-10-24net: rtnetlink: use __dev_addr_set()Jakub Kicinski
2021-10-24net: core: constify mac addrs in selftestsJakub Kicinski
2021-10-22bpf: Prevent increasing bpf_jit_limit above maxLorenz Bauer
2021-10-22devlink: Clean not-executed param notificationsLeon Romanovsky
2021-10-22devlink: Remove not-executed trap group notificationsLeon Romanovsky
2021-10-22devlink: Remove not-executed trap policer notificationsLeon Romanovsky
2021-10-22devlink: Delete obsolete parameters publish APILeon Romanovsky
2021-10-22skb_expand_head() adjust skb->truesize incorrectlyVasily Averin
2021-10-21bpf: Add bpf_skc_to_unix_sock() helperHengqi Chen
2021-10-21net/core: Remove unused assignment operations and variableluo penghao
2021-10-21net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.Sebastian Andrzej Siewior
2021-10-20net-core: use netdev_* calls for kernel messagesJesse Brandeburg
2021-10-19devlink: Remove extra device_lock assert checksLeon Romanovsky
2021-10-19net: sched: Allow statistics reads from softirq.Sebastian Andrzej Siewior
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish
2021-10-18net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish
2021-10-18gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior
2021-10-18gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior
2021-10-18gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior
2021-10-16net: make use of helper netif_is_bridge_master()Kyungrok Chung
2021-10-16net: stream: don't purge sk_error_queue in sk_stream_kill_queues()Jakub Kicinski
2021-10-15page_pool: disable dma mapping support for 32-bit arch with 64-bit DMAYunsheng Lin
2021-10-14net, neigh: Reject creating NUD_PERMANENT with NTF_MANAGED entriesDaniel Borkmann
2021-10-14net, neigh: Use NLA_POLICY_MASK helper for NDA_FLAGS_EXT attributeDaniel Borkmann
2021-10-14net, neigh: Add build-time assertion to avoid neigh->flags overflowDaniel Borkmann