summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-07-12net: Add lag.h, net_lag_port_dev_txable()Petr Machata3-0/+43
2018-07-12team: Publish team_port_get_rcu()Petr Machata1-0/+5
2018-07-12Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-6/+28
2018-07-12tcp: expose both send and receive intervals for rate sampleDeepti Raghavan1-0/+2
2018-07-11netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen1-0/+11
2018-07-11sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen1-0/+114
2018-07-10net: Use __u32 in uapi net_stamp.hJesus Sanchez-Palencia1-2/+2
2018-07-10netfilter: fix use-after-free in NF_HOOK_LISTEdward Cree1-3/+7
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+2
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-4/+7
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck1-0/+4
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck1-2/+2
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck1-1/+15
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov1-3/+4
2018-07-08net: sched: atomically check-allocate actionVlad Buslov1-0/+3
2018-07-08net: sched: add 'delete' function to action opsVlad Buslov1-0/+1
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov1-0/+1
2018-07-08net: sched: implement unlocked action init APIVlad Buslov1-2/+4
2018-07-08net: sched: change type of reference and bind countersVlad Buslov1-2/+3
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov2-1/+2
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun2-0/+8
2018-07-07net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu1-0/+4
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu1-0/+2
2018-07-07net/flow_dissector: Save vlan ethertype from headersJianbo Liu1-1/+1
2018-07-07devlink: fix incorrect return statementArnd Bergmann1-1/+0
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn1-1/+0
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2-6/+4
2018-07-07sock: sockc cookie initializerWillem de Bruijn1-0/+6
2018-07-07ipv6: ipcm6_cookie initializerWillem de Bruijn1-0/+19
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn1-0/+15
2018-07-06net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree1-0/+2
2018-07-05devlink: Add enable_sriov boolean generic parameterVasundhara Volam1-0/+4
2018-07-05devlink: Add generic parameters internal_err_reset and max_macsMoshe Shemesh1-0/+31
2018-07-05devlink: Add devlink notifications support for paramsMoshe Shemesh2-0/+9
2018-07-05devlink: Add support for get/set driverinit valueMoshe Shemesh1-0/+18
2018-07-05devlink: Add param set commandMoshe Shemesh2-0/+5
2018-07-05devlink: Add param get commandMoshe Shemesh1-0/+11
2018-07-05devlink: Add devlink_param register and unregisterMoshe Shemesh2-0/+95
2018-07-05net: limit each hash list length to MAX_GRO_SKBSLi RongQing1-1/+6
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia3-2/+10
2018-07-04net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia2-0/+6
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes2-0/+18
2018-07-04net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes1-0/+2
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia1-0/+1
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran3-0/+28
2018-07-04net:sched: add action inheritdsfield to skbeditQiaobin Fu1-0/+2
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree3-0/+27
2018-07-04net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree1-0/+30
2018-07-04net: core: unwrap skb list receive slightly furtherEdward Cree1-0/+7
2018-07-04net: core: trivial netif_receive_skb_list() entry pointEdward Cree1-0/+1