summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_getEric Dumazet2020-03-081-13/+11
* sched: act: allow user to specify type of HW stats for a filterJiri Pirko2020-03-082-0/+43
* flow_offload: check for basic action hw stats typeJiri Pirko2020-03-081-0/+4
* net: sched: Make FIFO Qdisc offloadablePetr Machata2020-03-051-6/+91
* ethtool: add infrastructure for centralized checking of coalescing parametersJakub Kicinski2020-03-051-0/+66
* hsr: fix refcnt leak of hsr slave interfaceTaehee Yoo2020-03-051-4/+1
* net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean2020-03-041-1/+2
* pie: remove pie_vars->accu_prob_overflowsLeslie Monis2020-03-042-16/+6
* pie: remove unnecessary type castingLeslie Monis2020-03-041-2/+2
* pie: use term backlog instead of qlenLeslie Monis2020-03-041-11/+11
* net/sched: act_ct: Use pskb_network_may_pull()Paul Blakey2020-03-041-8/+8
* net/sched: act_ct: Fix ipv6 lookup of offloaded connectionsPaul Blakey2020-03-041-34/+26
* net: dsa: Add bypass operations for the flower classifier-action filterVladimir Oltean2020-03-031-0/+60
* net: qrtr: Fix FIXME related to qrtr_ns_init()Bjorn Andersson2020-03-033-11/+3
* net: qrtr: Respond to HELLO messageBjorn Andersson2020-03-031-24/+30
* mptcp: Only send DATA_FIN with final mappingMat Martineau2020-03-031-5/+6
* mptcp: Use per-subflow storage for DATA_FIN sequence numberMat Martineau2020-03-033-6/+21
* mptcp: Check connection state before attempting sendMat Martineau2020-03-031-2/+10
* devlink: Introduce devlink port flavour virtualParav Pandit2020-03-031-0/+2
* net/sched: act_ct: Software offload of established flowsPaul Blakey2020-03-031-2/+158
* net/sched: act_ct: Offload established connections to flow tablePaul Blakey2020-03-031-0/+63
* net/sched: act_ct: Create nf flow table per zonePaul Blakey2020-03-032-2/+134
* ipv6: Use math to point per net sysctls into the appropriate struct netCambda Zhu2020-03-031-17/+4
* ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno2020-02-291-0/+39
* hsr: use upper/lower device infrastructureTaehee Yoo2020-02-293-30/+40
* hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo2020-02-293-37/+16
* hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo2020-02-291-1/+2
* hsr: use extack error message instead of netdev_infoTaehee Yoo2020-02-295-21/+35
* hsr: use debugfs_remove_recursive() instead of debugfs_remove()Taehee Yoo2020-02-292-5/+1
* net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-294-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-2911-187/+516
|\
| * bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau2020-02-271-0/+74
| * bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau2020-02-271-6/+277
| * inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau2020-02-276-59/+89
| * inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau2020-02-276-106/+68
| * bpf/tests: Use migrate disable instead of preempt disableDavid Miller2020-02-241-4/+4
| * bpf: Use bpf_prog_run_pin_on_cpu() at simple call sites.David Miller2020-02-243-12/+4
* | net: datagram: drop 'destructor' argument from several helpersPaolo Abeni2020-02-284-27/+21
* | unix: uses an atomic type for scm files accountingPaolo Abeni2020-02-281-15/+6
* | net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-283-3/+3
* | ipv6: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-282-2/+2
* | net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* | l2tp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-1/+1
* | net: mpls: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-2/+2
* | xdp: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-2727-276/+586
|\ \
| * | vsock: fix potential deadlock in transport->release()Stefano Garzarella2020-02-273-13/+12
| * | unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller2020-02-271-1/+1
| * | unix: define and set show_fdinfo only if procfs is enabledTobias Klauser2020-02-271-0/+4
| * | net/smc: check for valid ib_client_dataKarsten Graul2020-02-261-0/+2