summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Revert "net: sched: make newly activated qdiscs visible"Julian Wiedmann2-22/+0
2020-03-12net: mptcp: don't hang before sending 'MP capable with data'Davide Caratti1-0/+4
2020-03-12net: Add missing annotation for *netlink_seq_start()Jules Irenge1-0/+1
2020-03-12tcp: Add missing annotation for tcp_child_process()Jules Irenge1-0/+1
2020-03-12raw: Add missing annotations to raw_seq_start() and raw_seq_stop()Jules Irenge1-0/+2
2020-03-12net: sched: make newly activated qdiscs visibleJulian Wiedmann2-0/+22
2020-03-11pktgen: Allow on loopback deviceLukas Wunner1-2/+2
2020-03-10mptcp: don't grow mptcp socket receive buffer when rcvbuf is lockedFlorian Westphal1-4/+6
2020-03-10Merge tag 'batadv-next-for-davem-20200306' of git://git.open-mesh.org/linux-m...David S. Miller3-6/+6
2020-03-10net: sched: pie: change tc_pie_xstats->probLeslie Monis1-1/+1
2020-03-10tcp: add bytes not sent to SCM_TIMESTAMPING_OPT_STATSYousuk Seung1-0/+3
2020-03-09net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_getEric Dumazet1-13/+11
2020-03-09sched: act: allow user to specify type of HW stats for a filterJiri Pirko2-0/+43
2020-03-09flow_offload: check for basic action hw stats typeJiri Pirko1-0/+4
2020-03-06net: sched: Make FIFO Qdisc offloadablePetr Machata1-6/+91
2020-03-05ethtool: add infrastructure for centralized checking of coalescing parametersJakub Kicinski1-0/+66
2020-03-05hsr: fix refcnt leak of hsr slave interfaceTaehee Yoo1-4/+1
2020-03-05net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean1-1/+2
2020-03-05pie: remove pie_vars->accu_prob_overflowsLeslie Monis2-16/+6
2020-03-05pie: remove unnecessary type castingLeslie Monis1-2/+2
2020-03-05pie: use term backlog instead of qlenLeslie Monis1-11/+11
2020-03-04net/sched: act_ct: Use pskb_network_may_pull()Paul Blakey1-8/+8
2020-03-04net/sched: act_ct: Fix ipv6 lookup of offloaded connectionsPaul Blakey1-34/+26
2020-03-04net: dsa: Add bypass operations for the flower classifier-action filterVladimir Oltean1-0/+60
2020-03-04net: qrtr: Fix FIXME related to qrtr_ns_init()Bjorn Andersson3-11/+3
2020-03-04net: qrtr: Respond to HELLO messageBjorn Andersson1-24/+30
2020-03-04mptcp: Only send DATA_FIN with final mappingMat Martineau1-5/+6
2020-03-04mptcp: Use per-subflow storage for DATA_FIN sequence numberMat Martineau3-6/+21
2020-03-04mptcp: Check connection state before attempting sendMat Martineau1-2/+10
2020-03-04devlink: Introduce devlink port flavour virtualParav Pandit1-0/+2
2020-03-04net/sched: act_ct: Software offload of established flowsPaul Blakey1-2/+158
2020-03-04net/sched: act_ct: Offload established connections to flow tablePaul Blakey1-0/+63
2020-03-04net/sched: act_ct: Create nf flow table per zonePaul Blakey2-2/+134
2020-03-04ipv6: Use math to point per net sysctls into the appropriate struct netCambda Zhu1-17/+4
2020-03-01ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno1-0/+39
2020-03-01hsr: use upper/lower device infrastructureTaehee Yoo3-30/+40
2020-03-01hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo3-37/+16
2020-03-01hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo1-1/+2
2020-03-01hsr: use extack error message instead of netdev_infoTaehee Yoo5-21/+35
2020-03-01hsr: use debugfs_remove_recursive() instead of debugfs_remove()Taehee Yoo2-5/+1
2020-03-01net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva4-4/+4
2020-03-01Merge 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