summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: sched: add 'delete' function to action opsVlad Buslov2018-07-0817-0/+137
* net: sched: implement action API that deletes action by indexVlad Buslov2018-07-082-0/+40
* net: sched: always take reference to actionVlad Buslov2018-07-081-26/+20
* net: sched: implement unlocked action init APIVlad Buslov2018-07-0819-29/+50
* net: sched: change type of reference and bind countersVlad Buslov2018-07-0818-44/+57
* net: sched: use rcu for action cookie updateVlad Buslov2018-07-083-15/+32
* openvswitch: kernel datapath clone actionYifeng Sun2018-07-084-0/+114
* isdn/capi: fix defined but not used warningsRandy Dunlap2018-07-082-3/+5
* connector: fix defined but not used warningRandy Dunlap2018-07-081-1/+2
* drivers: net: lmc: remove redundant variable next_rxColin Ian King2018-07-071-2/+0
* Merge branch 'cpsw-allow-PTP-224.0.0.107-to-be-timestamped'David S. Miller2018-07-071-18/+19
|\
| * net: ethernet: ti: cpsw: allow PTP 224.0.0.107 to be timestampedIvan Khoronzhuk2018-07-071-1/+2
| * net: ethernet: ti: cpsw: use BIT macroIvan Khoronzhuk2018-07-071-17/+17
|/
* stmmac: fix signed 64-bit divisionArnd Bergmann2018-07-071-6/+4
* tipc: extend link reset criteria for stale packet retransmissionJon Maloy2018-07-071-19/+24
* Merge branch 'Introduce-matching-on-double-vlan-QinQ-headers-for-TC-flower'David S. Miller2018-07-074-29/+83
|\
| * net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu2018-07-072-14/+55
| * net/sched: flower: Dump the ethertype encapsulated in vlanJianbo Liu2018-07-071-0/+4
| * net/flow_dissector: Add support for QinQ dissectionJianbo Liu2018-07-072-15/+19
| * 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-072-1/+3
|/
* farsync: remove redundant variable txq_lengthColin Ian King2018-07-071-2/+0
* Merge branch 'Add-a-mlxsw-specific-test-for-mirror-to-gretap'David S. Miller2018-07-073-2/+219
|\
| * selftests: mlxsw: Add mlxsw-specific test for mirror to gretapPetr Machata2018-07-071-0/+217
| * selftests: forwarding: Allow importing dependent librariesPetr Machata2018-07-072-2/+2
|/
* Merge branch 'vxlan-fix-default-fdb-entry-user-space-notify-ordering-race'David S. Miller2018-07-072-42/+93
|\
| * vxlan: fix default fdb entry netlink notify ordering during netdev createRoopa Prabhu2018-07-071-8/+21
| * vxlan: make netlink notify in vxlan_fdb_destroy optionalRoopa Prabhu2018-07-071-6/+8
| * vxlan: add new fdb alloc and create helpersRoopa Prabhu2018-07-071-29/+62
| * rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu2018-07-071-3/+6
|/
* devlink: fix incorrect return statementArnd Bergmann2018-07-071-1/+0
* mlxsw: spectrum_router: avoid uninitialized variable accessArnd Bergmann2018-07-071-4/+2
* Merge branch 'hns3-misc-fixes'David S. Miller2018-07-079-74/+70
|\
| * net: hns3: Prevent sending command during global or core resetHuazhong Tan2018-07-073-1/+6
| * net: hns3: Remove the warning when clear reset causePeng Li2018-07-071-2/+0
| * net: hns3: Fix get_vector ops in hclgevf_main moduleYunsheng Lin2018-07-071-1/+10
| * net: hns3: Fix warning bug when doing lp selftestYunsheng Lin2018-07-071-0/+2
| * net: hns3: Add configure for mac minimal frame sizeJian Shen2018-07-072-1/+3
| * net: hns3: Fix for mailbox message truncated problemFuyun Liang2018-07-071-1/+2
| * net: hns3: Fix for l4 checksum offload bugYunsheng Lin2018-07-071-3/+3
| * net: hns3: Fix for waterline not setting correctlyYunsheng Lin2018-07-071-16/+6
| * net: hns3: Fix for mac pause not disable in pfc modeYunsheng Lin2018-07-071-2/+7
| * net: hns3: Fix tc setup when netdev is first upYunsheng Lin2018-07-071-47/+31
|/
* liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington2018-07-072-2/+33
* Merge branch 'sock-cookie-initializers'David S. Miller2018-07-0720-134/+98
|\
| * ip: unconditionally set cork gso_sizeWillem de Bruijn2018-07-072-4/+2
| * ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn2018-07-076-18/+10
| * ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn2018-07-0711-49/+31
| * sock: sockc cookie initializerWillem de Bruijn2018-07-073-7/+10
| * ipv6: ipcm6_cookie initializerWillem de Bruijn2018-07-076-18/+25