summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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-151-0/+30
* __netif_receive_skb_core: don't untag vlan from skb on DSA masterVladimir Oltean2020-09-141-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-0410-16/+18
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-035-4/+7
| |\
| | * pktgen: fix error message with wrong function nameLeesoo Ahn2020-09-011-1/+1
| | * net: Fix some commentsMiaohe Lin2020-08-271-1/+1
| | * net: disable netpoll on fresh napisJakub Kicinski2020-08-262-2/+3
| | * net: Get rid of consume_skb when tracing is offHerbert Xu2020-08-241-0/+2
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-238-12/+11
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-014-762/+612
|\ \
| * | bpf: Add map_meta_equal map opsMartin KaFai Lau2020-08-282-0/+3
| * | bpf: Allow local storage to be used from LSM programsKP Singh2020-08-251-0/+25
| * | bpf: Split bpf_local_storage to bpf_sk_storageKP Singh2020-08-251-671/+1
| * | bpf: Generalize bpf_sk_storageKP Singh2020-08-251-82/+156
| * | bpf: Generalize caching for sk_storage.KP Singh2020-08-251-16/+15
| * | bpf: Renames in preparation for bpf_local_storageKP Singh2020-08-251-238/+250
| * | tcp: bpf: Optionally store mac header in TCP_SAVE_SYNMartin KaFai Lau2020-08-241-5/+22
| * | bpf: tcp: Allow bpf prog to write and parse TCP header optionMartin KaFai Lau2020-08-241-0/+365
| * | bpf: sock_ops: Change some members of sock_ops_kern from u32 to u8Martin KaFai Lau2020-08-241-5/+10
| * | tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockoptMartin KaFai Lau2020-08-241-0/+7
| * | tcp: bpf: Add TCP_BPF_DELACK_MAX setsockoptMartin KaFai Lau2020-08-241-0/+8
| * | tcp: Use a struct to represent a saved_synMartin KaFai Lau2020-08-241-2/+2
| * | bpf: sockmap: Allow update from BPFLorenz Bauer2020-08-211-0/+24
| * | bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer2020-08-211-4/+2
| * | bpf: sockmap: Merge sockmap and sockhash update functionsLorenz Bauer2020-08-211-42/+7
| * | net: sk_msg: Simplify sk_psock initializationLorenz Bauer2020-08-212-16/+32
| * | bpf: Implement link_query callbacks in map element iteratorsYonghong Song2020-08-211-0/+2
* | | net: add option to not create fall-back tunnels in root-ns as wellMahesh Bandewar2020-08-281-2/+15
* | | devlink: Protect devlink port list traversalParav Pandit2020-08-241-0/+3
* | | devlink: Fix per port reporter fields initializationParav Pandit2020-08-241-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-232-9/+15
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-211-6/+8
| |\ \
| | * | bpf: xdp: Fix XDP mode when no mode flags specifiedAndrii Nakryiko2020-08-201-6/+8
| * | | net: handle the return value of pskb_carve_frag_list() correctlyMiaohe Lin2020-08-181-3/+7
| |/ /
* | | net: zerocopy: combine pages in zerocopy_sg_from_iter()Eric Dumazet2020-08-201-4/+29
* | | ptp: Add generic ptp v2 header parsing functionKurt Kanzenbach2020-08-191-0/+30
* | | net: Stop warning about SO_BSDCOMPAT usageMiaohe Lin2020-08-191-14/+0
| |/ |/|
* | net: eliminate meaningless memcpy to data in pskb_carve_inside_nonlinear()Miaohe Lin2020-08-181-2/+1
|/