summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* tipc: check session number before accepting link protocol messagesJon Maloy2018-07-123-22/+52
* tipc: add sequence number check for link STATE messagesJon Maloy2018-07-124-6/+32
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-07-124-31/+173
|\
| * net: allow fallback function to pass netdevAlexander Duyck2018-07-092-12/+7
| * net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-092-4/+6
| * net: Add generic ndo_select_queue functionsAlexander Duyck2018-07-092-1/+15
| * net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck2018-07-091-23/+35
| * net: Add support for subordinate device traffic classesAlexander Duyck2018-07-092-1/+109
| * net-sysfs: Drop support for XPS and traffic_class on single queue deviceAlexander Duyck2018-07-091-2/+13
* | tcp: expose both send and receive intervals for rate sampleDeepti Raghavan2018-07-121-0/+4
* | net: sched: fix unprotected access to rcu cookie pointerVlad Buslov2018-07-121-2/+7
* | net: sched: act_ife: fix memory leak in ife initVlad Buslov2018-07-121-1/+3
* | net/ipv6: propagate net.ipv6.conf.all.addr_gen_mode to devicesSabrina Dubroca2018-07-121-0/+12
* | net/ipv6: reserve room for IFLA_INET6_ADDR_GEN_MODESabrina Dubroca2018-07-121-1/+3
* | net/ipv6: don't reinitialize ndev->cnf.addr_gen_mode on new inet6_devSabrina Dubroca2018-07-121-2/+0
* | net/ipv6: fix addrconf_sysctl_addr_gen_modeSabrina Dubroca2018-07-121-13/+14
* | net/sched: flower: Fix null pointer dereference when run tc vlan commandJianbo Liu2018-07-121-22/+26
* | sch_cake: Conditionally split GSO segmentsToke Høiland-Jørgensen2018-07-111-26/+73
* | sch_cake: Add overhead compensation support to the rate shaperToke Høiland-Jørgensen2018-07-111-1/+123
* | sch_cake: Add DiffServ handlingToke Høiland-Jørgensen2018-07-111-16/+423
* | sch_cake: Add NAT awareness to packet classifierToke Høiland-Jørgensen2018-07-111-2/+49
* | netfilter: Add nf_ct_get_tuple_skb global lookup functionToke Høiland-Jørgensen2018-07-112-0/+51
* | sch_cake: Add optional ACK filterToke Høiland-Jørgensen2018-07-111-2/+452
* | sch_cake: Add ingress modeToke Høiland-Jørgensen2018-07-111-4/+83
* | 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/+0
* | 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/+5
* 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/+17
* net: sched: don't release reference on action overwriteVlad Buslov2018-07-0817-58/+50
* 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/+20
* 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/+2