summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen2018-07-113-0/+1879
* tcp: remove SG-related comment in tcp_sendmsg()Julian Wiedmann2018-07-101-3/+0Star
* net: core: fix use-after-free in __netif_receive_skb_list_coreEdward Cree2018-07-091-2/+7
* net: core: fix uses-after-free in list processingEdward Cree2018-07-091-8/+13
* tcp: remove redundant SOCK_DONE checksEric Dumazet2018-07-081-9/+5Star
* net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller2018-07-081-1/+1
* net: sched: change action API to use array of pointers to actionsVlad Buslov2018-07-082-54/+56
* net: sched: atomically check-allocate actionVlad Buslov2018-07-0817-59/+213
* net: sched: use reference counting action initVlad Buslov2018-07-081-18/+17Star
* net: sched: don't release reference on action overwriteVlad Buslov2018-07-0817-58/+50Star
* net: sched: implement reference counted action releaseVlad Buslov2018-07-082-23/+62
* net: sched: add 'delete' function to action opsVlad Buslov2018-07-0816-0/+136
* net: sched: implement action API that deletes action by indexVlad Buslov2018-07-081-0/+39
* net: sched: always take reference to actionVlad Buslov2018-07-081-26/+20Star
* net: sched: implement unlocked action init APIVlad Buslov2018-07-0818-27/+46
* net: sched: change type of reference and bind countersVlad Buslov2018-07-0817-42/+54
* net: sched: use rcu for action cookie updateVlad Buslov2018-07-081-14/+30
* openvswitch: kernel datapath clone actionYifeng Sun2018-07-082-0/+106
* tipc: extend link reset criteria for stale packet retransmissionJon Maloy2018-07-071-19/+24
* net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu2018-07-071-14/+51
* net/sched: flower: Dump the ethertype encapsulated in vlanJianbo Liu2018-07-071-0/+4
* net/flow_dissector: Add support for QinQ dissectionJianbo Liu2018-07-071-15/+17
* net/sched: flower: Add support for matching on vlan ethertypeJianbo Liu2018-07-071-2/+5
* net/flow_dissector: Save vlan ethertype from headersJianbo Liu2018-07-071-0/+2
* rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-071-3/+6
* ip: unconditionally set cork gso_sizeWillem de Bruijn2018-07-072-4/+2Star
* ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn2018-07-075-17/+10Star
* ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2018-07-079-43/+27Star
* sock: sockc cookie initializerWillem de Bruijn2018-07-072-7/+4Star
* ipv6: ipcm6_cookie initializerWillem de Bruijn2018-07-075-18/+6Star
* ipv4: ipcm_cookie initializersWillem de Bruijn2018-07-075-39/+6Star
* 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/+23Star
* 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