summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-24wireless/lib80211: Convert from ahash to shashKees Cook1-25/+30
2018-07-09mac80211: don't put null-data frames on the normal TXQJohannes Berg1-1/+1
2018-07-08tcp: remove redundant SOCK_DONE checksEric Dumazet1-9/+5
2018-07-08net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller1-1/+1
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov2-54/+56
2018-07-08net: sched: atomically check-allocate actionVlad Buslov17-59/+213
2018-07-08net: sched: use reference counting action initVlad Buslov1-18/+17
2018-07-08net: sched: don't release reference on action overwriteVlad Buslov17-58/+50
2018-07-08net: sched: implement reference counted action releaseVlad Buslov2-23/+62
2018-07-08net: sched: add 'delete' function to action opsVlad Buslov16-0/+136
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov1-0/+39
2018-07-08net: sched: always take reference to actionVlad Buslov1-26/+20
2018-07-08net: sched: implement unlocked action init APIVlad Buslov18-27/+46
2018-07-08net: sched: change type of reference and bind countersVlad Buslov17-42/+54
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov1-14/+30
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun2-0/+106
2018-07-07tipc: extend link reset criteria for stale packet retransmissionJon Maloy1-19/+24
2018-07-07net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu1-14/+51
2018-07-07net/sched: flower: Dump the ethertype encapsulated in vlanJianbo Liu1-0/+4
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu1-15/+17
2018-07-07net/sched: flower: Add support for matching on vlan ethertypeJianbo Liu1-2/+5
2018-07-07net/flow_dissector: Save vlan ethertype from headersJianbo Liu1-0/+2
2018-07-07rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-07ip: unconditionally set cork gso_sizeWillem de Bruijn2-4/+2
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn5-17/+10
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn9-43/+27
2018-07-07sock: sockc cookie initializerWillem de Bruijn2-7/+4
2018-07-07ipv6: ipcm6_cookie initializerWillem de Bruijn5-18/+6
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn5-39/+6
2018-07-06net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree2-16/+116
2018-07-06net: ipv4: fix list processing on L3 slave devicesEdward Cree1-8/+15
2018-07-05net: core: filter: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-05net: decnet: dn_nsp_in: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-05tipc: mark expected switch fall-throughsGustavo A. R. Silva2-0/+2
2018-07-05devlink: Add enable_sriov boolean generic parameterVasundhara Volam1-1/+5
2018-07-05devlink: Add generic parameters internal_err_reset and max_macsMoshe Shemesh1-1/+13
2018-07-05devlink: Add devlink notifications support for paramsMoshe Shemesh1-0/+50
2018-07-05devlink: Add support for get/set driverinit valueMoshe Shemesh1-0/+77
2018-07-05devlink: Add param set commandMoshe Shemesh1-0/+134
2018-07-05devlink: Add param get commandMoshe Shemesh1-0/+250
2018-07-05devlink: Add devlink_param register and unregisterMoshe Shemesh1-0/+148
2018-07-05net: limit each hash list length to MAX_GRO_SKBSLi RongQing1-33/+23
2018-07-05net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree1-5/+11
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2-2/+37
2018-07-04net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia1-1/+70
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes3-0/+396
2018-07-04net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes1-2/+9
2018-07-04net: packet: Hook into time based transmission.Richard Cochran1-0/+6
2018-07-04net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia3-5/+14
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia5-0/+9