aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-08net: sched: change type of reference and bind countersVlad Buslov18-44/+57
2018-07-08net: sched: use rcu for action cookie updateVlad Buslov3-15/+32
2018-07-08openvswitch: kernel datapath clone actionYifeng Sun4-0/+114
2018-07-08isdn/capi: fix defined but not used warningsRandy Dunlap2-3/+5
2018-07-08connector: fix defined but not used warningRandy Dunlap1-1/+2
2018-07-07drivers: net: lmc: remove redundant variable next_rxColin Ian King1-2/+0
2018-07-07Merge branch 'cpsw-allow-PTP-224.0.0.107-to-be-timestamped'David S. Miller1-18/+19
2018-07-07net: ethernet: ti: cpsw: allow PTP 224.0.0.107 to be timestampedIvan Khoronzhuk1-1/+2
2018-07-07net: ethernet: ti: cpsw: use BIT macroIvan Khoronzhuk1-17/+17
2018-07-07stmmac: fix signed 64-bit divisionArnd Bergmann1-6/+4
2018-07-07tipc: extend link reset criteria for stale packet retransmissionJon Maloy1-19/+24
2018-07-07Merge branch 'Introduce-matching-on-double-vlan-QinQ-headers-for-TC-flower'David S. Miller4-29/+83
2018-07-07net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu2-14/+55
2018-07-07net/sched: flower: Dump the ethertype encapsulated in vlanJianbo Liu1-0/+4
2018-07-07net/flow_dissector: Add support for QinQ dissectionJianbo Liu2-15/+19
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 Liu2-1/+3
2018-07-07farsync: remove redundant variable txq_lengthColin Ian King1-2/+0
2018-07-07Merge branch 'Add-a-mlxsw-specific-test-for-mirror-to-gretap'David S. Miller3-2/+219
2018-07-07selftests: mlxsw: Add mlxsw-specific test for mirror to gretapPetr Machata1-0/+217
2018-07-07selftests: forwarding: Allow importing dependent librariesPetr Machata2-2/+2
2018-07-07Merge branch 'vxlan-fix-default-fdb-entry-user-space-notify-ordering-race'David S. Miller2-42/+93
2018-07-07vxlan: fix default fdb entry netlink notify ordering during netdev createRoopa Prabhu1-8/+21
2018-07-07vxlan: make netlink notify in vxlan_fdb_destroy optionalRoopa Prabhu1-6/+8
2018-07-07vxlan: add new fdb alloc and create helpersRoopa Prabhu1-29/+62
2018-07-07rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-07devlink: fix incorrect return statementArnd Bergmann1-1/+0
2018-07-07mlxsw: spectrum_router: avoid uninitialized variable accessArnd Bergmann1-4/+2
2018-07-07Merge branch 'hns3-misc-fixes'David S. Miller9-74/+70
2018-07-07net: hns3: Prevent sending command during global or core resetHuazhong Tan3-1/+6
2018-07-07net: hns3: Remove the warning when clear reset causePeng Li1-2/+0
2018-07-07net: hns3: Fix get_vector ops in hclgevf_main moduleYunsheng Lin1-1/+10
2018-07-07net: hns3: Fix warning bug when doing lp selftestYunsheng Lin1-0/+2
2018-07-07net: hns3: Add configure for mac minimal frame sizeJian Shen2-1/+3
2018-07-07net: hns3: Fix for mailbox message truncated problemFuyun Liang1-1/+2
2018-07-07net: hns3: Fix for l4 checksum offload bugYunsheng Lin1-3/+3
2018-07-07net: hns3: Fix for waterline not setting correctlyYunsheng Lin1-16/+6
2018-07-07net: hns3: Fix for mac pause not disable in pfc modeYunsheng Lin1-2/+7
2018-07-07net: hns3: Fix tc setup when netdev is first upYunsheng Lin1-47/+31
2018-07-07liquidio: fix kernel panic when NIC firmware is older than 1.7.2Rick Farrington2-2/+33
2018-07-07Merge branch 'sock-cookie-initializers'David S. Miller20-134/+98
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 Bruijn6-18/+10
2018-07-07ipv6: fold sockcm_cookie into ipcm6_cookieWillem de Bruijn11-49/+31
2018-07-07sock: sockc cookie initializerWillem de Bruijn3-7/+10
2018-07-07ipv6: ipcm6_cookie initializerWillem de Bruijn6-18/+25
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn6-39/+21
2018-07-06Merge branch 'IP-listification-follow-ups'David S. Miller4-24/+133
2018-07-06net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree3-16/+118
2018-07-06net: ipv4: fix list processing on L3 slave devicesEdward Cree1-8/+15