aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-03net: dsa: Add bypass operations for the flower classifier-action filterVladimir Oltean1-0/+60
2020-03-03net: qrtr: Fix FIXME related to qrtr_ns_init()Bjorn Andersson3-11/+3
2020-03-03net: qrtr: Respond to HELLO messageBjorn Andersson1-24/+30
2020-03-03mptcp: Only send DATA_FIN with final mappingMat Martineau1-5/+6
2020-03-03mptcp: Use per-subflow storage for DATA_FIN sequence numberMat Martineau3-6/+21
2020-03-03mptcp: Check connection state before attempting sendMat Martineau1-2/+10
2020-03-03devlink: Introduce devlink port flavour virtualParav Pandit1-0/+2
2020-03-03net/sched: act_ct: Software offload of established flowsPaul Blakey1-2/+158
2020-03-03net/sched: act_ct: Offload established connections to flow tablePaul Blakey1-0/+63
2020-03-03net/sched: act_ct: Create nf flow table per zonePaul Blakey2-2/+134
2020-03-03ipv6: Use math to point per net sysctls into the appropriate struct netCambda Zhu1-17/+4
2020-02-29ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno1-0/+39
2020-02-29hsr: use upper/lower device infrastructureTaehee Yoo3-30/+40
2020-02-29hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo3-37/+16
2020-02-29hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo1-1/+2
2020-02-29hsr: use extack error message instead of netdev_infoTaehee Yoo5-21/+35
2020-02-29hsr: use debugfs_remove_recursive() instead of debugfs_remove()Taehee Yoo2-5/+1
2020-02-29net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva4-4/+4
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-187/+516
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni4-27/+21
2020-02-28unix: uses an atomic type for scm files accountingPaolo Abeni1-15/+6
2020-02-28net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva3-3/+3
2020-02-28ipv6: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-28net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-28l2tp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-28net: mpls: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-28xdp: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-27bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau1-0/+74
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau1-6/+277
2020-02-27inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau6-59/+89
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau6-106/+68
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller27-276/+586
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella3-13/+12
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King1-1/+2
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King1-1/+3
2020-02-27unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller1-1/+1
2020-02-27unix: define and set show_fdinfo only if procfs is enabledTobias Klauser1-0/+4
2020-02-26net: switchdev: do not propagate bridge updates across bridgesRussell King1-0/+9
2020-02-26net/smc: check for valid ib_client_dataKarsten Graul1-0/+2
2020-02-26net: qrtr: Fix error pointer vs NULL bugsDan Carpenter1-2/+2
2020-02-26mptcp: add dummy icsk_sync_mss()Paolo Abeni1-0/+6
2020-02-26mptcp: defer work schedule until mptcp lock is releasedPaolo Abeni1-2/+36
2020-02-26mptcp: avoid work queue scheduling if possibleFlorian Westphal3-4/+31
2020-02-26mptcp: remove mptcp_read_actorFlorian Westphal3-39/+13
2020-02-26mptcp: add rmem queue accountingFlorian Westphal1-1/+17
2020-02-26mptcp: update mptcp ack sequence from work queueFlorian Westphal1-69/+165
2020-02-26mptcp: add work queue skeletonPaolo Abeni2-0/+23
2020-02-26mptcp: add and use mptcp_data_ready helperFlorian Westphal3-10/+13
2020-02-26af_llc: fix if-statement empty body warningRandy Dunlap1-1/+1
2020-02-26net/smc: improve peer ID in CLC decline for SMC-RHans Wippel3-2/+4