summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf, sockmap: Add skb_adjust_room to pop bytes off ingress payloadJohn Fastabend2020-10-031-0/+46
* net-sysfs: Fix inconsistent of format with argument type in net-sysfs.cYe Bin2020-10-021-2/+2
* pktgen: Fix inconsistent of format with argument type in pktgen.cYe Bin2020-10-021-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-10-015-95/+380
|\
| * bpf: Add redirect_neigh helper as redirect drop-inDaniel Borkmann2020-09-301-15/+261
| * bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann2020-09-304-15/+20
| * bpf: Add classid helper only based on skb->skDaniel Borkmann2020-09-301-0/+21
| * bpf: sockmap: Enable map_update_elem from bpf_iterLorenz Bauer2020-09-291-0/+3
| * bpf: Change bpf_sk_assign to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-2/+2
| * bpf: Change bpf_tcp_*_syncookie to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-4/+4
| * bpf: Change bpf_sk_storage_*() to accept ARG_PTR_TO_BTF_ID_SOCK_COMMONMartin KaFai Lau2020-09-251-23/+6
| * bpf: Change bpf_sk_release and bpf_sk_*cgroup_id to accept ARG_PTR_TO_BTF_ID_...Martin KaFai Lau2020-09-251-16/+14
| * bpf: Enable bpf_skc_to_* sock casting helper to networking prog typeMartin KaFai Lau2020-09-251-20/+49
* | drop_monitor: Filter control packets in drop monitorIdo Schimmel2020-10-012-7/+7
* | drop_monitor: Remove duplicate structIdo Schimmel2020-10-011-17/+10
* | drop_monitor: Remove no longer used functionsIdo Schimmel2020-10-011-142/+0
* | drop_monitor: Convert to using devlink tracepointIdo Schimmel2020-10-012-40/+40
* | drop_monitor: Prepare probe functions for devlink tracepointIdo Schimmel2020-10-011-0/+146
* | devlink: Add a tracepoint for trap reportsIdo Schimmel2020-10-011-0/+25
* | net: Add netif_rx_any_context()Sebastian Andrzej Siewior2020-09-291-0/+15
* | 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