summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree2018-07-062-16/+116
* net: ipv4: fix list processing on L3 slave devicesEdward Cree2018-07-061-8/+15
* net: core: filter: mark expected switch fall-throughGustavo A. R. Silva2018-07-051-0/+1
* net: decnet: dn_nsp_in: mark expected switch fall-throughGustavo A. R. Silva2018-07-051-0/+1
* tipc: mark expected switch fall-throughsGustavo A. R. Silva2018-07-052-0/+2
* devlink: Add enable_sriov boolean generic parameterVasundhara Volam2018-07-051-1/+5
* devlink: Add generic parameters internal_err_reset and max_macsMoshe Shemesh2018-07-051-1/+13
* devlink: Add devlink notifications support for paramsMoshe Shemesh2018-07-051-0/+50
* devlink: Add support for get/set driverinit valueMoshe Shemesh2018-07-051-0/+77
* devlink: Add param set commandMoshe Shemesh2018-07-051-0/+134
* devlink: Add param get commandMoshe Shemesh2018-07-051-0/+250
* devlink: Add devlink_param register and unregisterMoshe Shemesh2018-07-051-0/+148
* net: limit each hash list length to MAX_GRO_SKBSLi RongQing2018-07-051-33/+23
* net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree2018-07-051-5/+11
* net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2018-07-042-2/+37
* net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia2018-07-041-1/+70
* net/sched: Introduce the ETF QdiscVinicius Costa Gomes2018-07-043-0/+396
* net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes2018-07-041-2/+9
* net: packet: Hook into time based transmission.Richard Cochran2018-07-041-0/+6
* net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia2018-07-043-5/+14
* net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-045-0/+9
* net: Add a new socket option for a future transmit time.Richard Cochran2018-07-041-0/+35
* net: Clear skb->tstamp only on the forwarding pathJesus Sanchez-Palencia2018-07-041-1/+1
* net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()Wei Yongjun2018-07-041-9/+16
* net:sched: add action inheritdsfield to skbeditQiaobin Fu2018-07-041-0/+41
* net: don't bother calling list RX functions on empty listsEdward Cree2018-07-041-2/+6
* net: ipv4: listify ip_rcv_finishEdward Cree2018-07-041-6/+48
* net: ipv4: listified version of ip_rcvEdward Cree2018-07-043-10/+67
* net: core: propagate SKB lists through packet_type lookupEdward Cree2018-07-041-8/+64
* net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree2018-07-041-8/+36
* net: core: Another step of skb receive list processingEdward Cree2018-07-041-5/+56
* net: core: unwrap skb list receive slightly furtherEdward Cree2018-07-041-1/+3
* net: core: trivial netif_receive_skb_list() entry pointEdward Cree2018-07-041-0/+19
* sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dstXin Long2018-07-041-0/+9
* sctp: add support for setting flowlabel when adding a transportXin Long2018-07-042-2/+15
* sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparamsXin Long2018-07-041-6/+171
* sctp: add support for dscp and flowlabel per transportXin Long2018-07-043-6/+28
* ipv4: add __ip_queue_xmit() that supports tos paramXin Long2018-07-041-4/+5
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-0384-335/+624
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-0231-171/+415
| |\
| | * ipv6: sr: fix passing wrong flags to crypto_alloc_shash()Eric Biggers2018-07-021-1/+1
| | * net: fix use-after-free in GRO with ESPSabrina Dubroca2018-07-024-6/+4
| | * tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen2018-07-011-0/+9
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-011-32/+54
| | |\
| | | * bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-291-32/+54
| | * | net: fib_rules: bring back rule_exists to match rule during addRoopa Prabhu2018-06-301-1/+71
| | * | net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang2018-06-301-9/+2
| | * | net/ipv6: Fix updates to prefix routeDavid Ahern2018-06-301-3/+6
| | * | net: cleanup gfp mask in alloc_skb_with_fragsMichal Hocko2018-06-301-2/+1
| | * | tcp: fix Fast Open key endiannessYuchung Cheng2018-06-301-5/+13