summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: flow_dissector: avoid indirect call to DSA .flow_dissect for generic caseVladimir Oltean2020-09-261-2/+8
* net: dsa: make the .flow_dissect tagger callback return voidVladimir Oltean2020-09-261-2/+2
* devlink: introduce flash update overwrite maskJacob Keller2020-09-261-1/+16
* devlink: convert flash_update to use params structureJacob Keller2020-09-261-6/+8
* devlink: check flash_update parameter support in net coreJacob Keller2020-09-261-2/+13
* mptcp: add sk_stop_timer_sync helperGeliang Tang2020-09-251-0/+7
* net: fix a new kernel-doc warning at dev.cMauro Carvalho Chehab2020-09-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-234-68/+316
|\
| * bpf: Using rcu_read_lock for bpf_sk_storage_map iteratorYonghong Song2020-09-221-18/+13
| * bpf: Allow specifying a BTF ID per argument in function protosLorenz Bauer2020-09-222-28/+11
| * bpf: Mutex protect used_maps array and countYiFei Zhu2020-09-161-3/+8
| * tcp: simplify _bpf_setsockopt(): Remove flags argumentNeal Cardwell2020-09-111-7/+3
| * tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell2020-09-111-2/+1
| * tcp: Simplify EBPF TCP_CONGESTION to always init CCNeal Cardwell2020-09-111-6/+1
| * net: Allow iterating sockmap and sockhashLorenz Bauer2020-09-101-2/+278
| * net: sockmap: Remove unnecessary sk_fullsock checksLorenz Bauer2020-09-101-2/+2
| * bpf: Remove duplicate headersChen Zhou2020-09-101-1/+0
* | devlink: Enhance policy to validate port type input valueParav Pandit2020-09-231-3/+2
* | devlink: Enhance policy to validate eswitch mode valueParav Pandit2020-09-231-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-235-23/+24
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-09-161-9/+9
| |\ \
| | * | bpf: Bpf_skc_to_* casting helpers require a NULL check on skMartin KaFai Lau2020-09-161-7/+7
| | * | bpf: Fix clobbering of r2 in bpf_gen_ld_absDaniel Borkmann2020-09-081-2/+2
| * | | ipv4: Initialize flowi4_multipath_hash in data pathDavid Ahern2020-09-141-0/+1
| * | | net: Fix bridge enslavement failureIdo Schimmel2020-09-111-1/+1
| * | | net: Correct the comment of dst_dev_put()Miaohe Lin2020-09-101-1/+1
| * | | fib: fix fib_rule_ops indirect call wrappers when CONFIG_IPV6=mBrian Vazquez2020-09-091-1/+1
| * | | Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo2020-09-071-11/+11
* | | | net-sysfs: add backlog len and CPU id to softnet dataPaolo Abeni2020-09-211-2/+13
* | | | net: remove unnecessary NULL checking in napi_consume_skb()Yunsheng Lin2020-09-201-3/+0
* | | | net: devlink: region: Pass the region ops to the snapshot functionAndrew Lunn2020-09-191-1/+1
* | | | net: core: delete duplicated wordsRandy Dunlap2020-09-181-2/+2
* | | | devlink: collect flash notify params into a structShannon Nelson2020-09-181-23/+31
* | | | devlink: add timeout information to status_notifyShannon Nelson2020-09-181-6/+23
* | | | net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri2020-09-181-2/+10
* | | | devlink: introduce the health reporter test commandJiri Pirko2020-09-161-0/+30
* | | | __netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean2020-09-151-1/+2
* | | | net: try to avoid unneeded backlog flushPaolo Abeni2020-09-141-4/+47
* | | | net: make sure napi_list is safe for RCU traversalJakub Kicinski2020-09-102-2/+2
* | | | net: manage napi add/del idempotence explicitlyJakub Kicinski2020-09-101-4/+9
* | | | net: remove napi_hash_del() from driver-facing APIJakub Kicinski2020-09-101-13/+6
* | | | devlink: don't crash if netdev is NULLJakub Kicinski2020-09-101-8/+20
* | | | devlink: Use controller while building phys_port_nameParav Pandit2020-09-091-0/+14
* | | | devlink: Introduce controller numberParav Pandit2020-09-091-9/+14
* | | | devlink: Introduce external controller flagParav Pandit2020-09-091-2/+10
* | | | net: Add a missing wordJonathan Neuschäfer2020-09-061-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-0510-16/+18
|\| | | | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-045-4/+7
| |\ \
| | * | pktgen: fix error message with wrong function nameLeesoo Ahn2020-09-011-1/+1
| | |/
| | * net: Fix some commentsMiaohe Lin2020-08-271-1/+1