summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2021-11-10net: fix premature exit from NAPI state polling in napi_disable()Alexander Lobakin
2021-11-09bpf, sockmap: sk_skb data_end access incorrect when src_reg = dst_regJussi Maki
2021-11-09bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend
2021-11-09bpf, sockmap: Use stricter sk state checks in sk_lookup_assignJohn Fastabend
2021-11-04devlink: fix flexible_array.cocci warningGuo Zhengkui
2021-11-04net: fix possible NULL deref in sock_reserve_memoryEric Dumazet
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad
2021-11-02net: add and use skb_unclone_keeptruesize() helperEric Dumazet
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