summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-68/+316
2020-09-23devlink: Enhance policy to validate port type input valueParav Pandit1-3/+2
2020-09-23devlink: Enhance policy to validate eswitch mode valueParav Pandit1-1/+2
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-23/+24
2020-09-22bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song1-18/+13
2020-09-22bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2-28/+11
2020-09-21net-sysfs: add backlog len and CPU id to softnet dataPaolo Abeni1-2/+13
2020-09-21net: remove unnecessary NULL checking in napi_consume_skb()Yunsheng Lin1-3/+0
2020-09-19net: devlink: region: Pass the region ops to the snapshot functionAndrew Lunn1-1/+1
2020-09-19net: core: delete duplicated wordsRandy Dunlap1-2/+2
2020-09-18devlink: collect flash notify params into a structShannon Nelson1-23/+31
2020-09-18devlink: add timeout information to status_notifyShannon Nelson1-6/+23
2020-09-18net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri1-2/+10
2020-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-9/+9
2020-09-16bpf: Mutex protect used_maps array and countYiFei Zhu1-3/+8
2020-09-16bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau1-7/+7
2020-09-16devlink: introduce the health reporter test commandJiri Pirko1-0/+30
2020-09-15__netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean1-1/+2
2020-09-15ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern1-0/+1
2020-09-15net: try to avoid unneeded backlog flushPaolo Abeni1-4/+47
2020-09-11tcp: simplify _bpf_setsockopt(): Remove flags argumentNeal Cardwell1-7/+3
2020-09-11tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell1-2/+1
2020-09-11tcp: Simplify EBPF TCP_CONGESTION to always init CCNeal Cardwell1-6/+1
2020-09-11net: Fix bridge enslavement failureIdo Schimmel1-1/+1
2020-09-10net: Correct the comment of dst_dev_put()Miaohe Lin1-1/+1
2020-09-10net: make sure napi_list is safe for RCU traversalJakub Kicinski2-2/+2
2020-09-10net: manage napi add/del idempotence explicitlyJakub Kicinski1-4/+9
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski1-13/+6
2020-09-10devlink: don't crash if netdev is NULLJakub Kicinski1-8/+20
2020-09-10net: Allow iterating sockmap and sockhashLorenz Bauer1-2/+278
2020-09-10net: sockmap: Remove unnecessary sk_fullsock checksLorenz Bauer1-2/+2
2020-09-10bpf: Remove duplicate headersChen Zhou1-1/+0
2020-09-10devlink: Use controller while building phys_port_nameParav Pandit1-0/+14
2020-09-10devlink: Introduce controller numberParav Pandit1-9/+14
2020-09-10devlink: Introduce external controller flagParav Pandit1-2/+10
2020-09-09fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez1-1/+1
2020-09-08bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann1-2/+2
2020-09-08Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo1-11/+11
2020-09-06net: Add a missing wordJonathan Neuschäfer1-1/+1
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-16/+18
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-4/+7
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-762/+612
2020-09-01pktgen: fix error message with wrong function nameLeesoo Ahn1-1/+1
2020-08-28net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar1-2/+15
2020-08-28bpf: Add map_meta_equal map opsMartin KaFai Lau2-0/+3
2020-08-27net: Fix some commentsMiaohe Lin1-1/+1
2020-08-27net: disable netpoll on fresh napisJakub Kicinski2-2/+3
2020-08-26bpf: Allow local storage to be used from LSM programsKP Singh1-0/+25
2020-08-26bpf: Split bpf_local_storage to bpf_sk_storageKP Singh1-671/+1
2020-08-26bpf: Generalize bpf_sk_storageKP Singh1-82/+156