summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2020-09-30bpf: Add classid helper only based on skb->skDaniel Borkmann
2020-09-28bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer
2020-09-25bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau
2020-09-25bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau
2020-09-25bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau
2020-09-23net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-22devlink: Enhance policy to validate port type input valueParav Pandit
2020-09-22devlink: Enhance policy to validate eswitch mode valueParav Pandit
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-21bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song
2020-09-21bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer
2020-09-21net-sysfs: add backlog len and CPU id to softnet dataPaolo Abeni
2020-09-20net: remove unnecessary NULL checking in napi_consume_skb()Yunsheng Lin
2020-09-18net: devlink: region: Pass the region ops to the snapshot functionAndrew Lunn
2020-09-18net: core: delete duplicated wordsRandy Dunlap
2020-09-18devlink: collect flash notify params into a structShannon Nelson
2020-09-18devlink: add timeout information to status_notifyShannon Nelson
2020-09-18net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-15bpf: Mutex protect used_maps array and countYiFei Zhu
2020-09-15bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau
2020-09-15devlink: introduce the health reporter test commandJiri Pirko
2020-09-14__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean
2020-09-14ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern
2020-09-14net: try to avoid unneeded backlog flushPaolo Abeni
2020-09-10tcp: simplify _bpf_setsockopt(): Remove flags argumentNeal Cardwell
2020-09-10tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell
2020-09-10tcp: Simplify EBPF TCP_CONGESTION to always init CCNeal Cardwell
2020-09-10net: Fix bridge enslavement failureIdo Schimmel
2020-09-10net: Correct the comment of dst_dev_put()Miaohe Lin
2020-09-10net: make sure napi_list is safe for RCU traversalJakub Kicinski
2020-09-10net: manage napi add/del idempotence explicitlyJakub Kicinski
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski
2020-09-10devlink: don't crash if netdev is NULLJakub Kicinski
2020-09-10net: Allow iterating sockmap and sockhashLorenz Bauer
2020-09-10net: sockmap: Remove unnecessary sk_fullsock checksLorenz Bauer
2020-09-10bpf: Remove duplicate headersChen Zhou
2020-09-09devlink: Use controller while building phys_port_nameParav Pandit
2020-09-09devlink: Introduce controller numberParav Pandit
2020-09-09devlink: Introduce external controller flagParav Pandit
2020-09-08fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez
2020-09-08bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann
2020-09-07Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo
2020-09-06net: Add a missing wordJonathan Neuschäfer
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller