aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck4-46/+45
2018-07-09ixgbe: Add code to populate and use macvlan TC to Tx queue mapAlexander Duyck1-6/+38
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck3-2/+124
2018-07-09net-sysfs: Drop support for XPS and traffic_class on single queue deviceAlexander Duyck1-2/+13
2018-07-08tcp: remove redundant SOCK_DONE checksEric Dumazet1-9/+5
2018-07-08Merge branch 'mlxsw-Spectrum2-acl-prep'David S. Miller11-84/+155
2018-07-08mlxsw: core_acl_flex_actions: Fix helper to get the first KVD linear indexJiri Pirko2-4/+9
2018-07-08mlxsw: core_acl_flex_actions: Allow the first set to be dummyJiri Pirko2-1/+17
2018-07-08mlxsw: spectrum: Put pointer to flex action ops to mlxsw_spJiri Pirko3-2/+8
2018-07-08mlxsw: core_acl_flex_keys: Change SRC_SYS_PORT flex key element sizeJiri Pirko2-5/+5
2018-07-08mlxsw: core_acl_flex_keys: Split MAC and IP address flex key elementsJiri Pirko4-62/+96
2018-07-08mlxsw: spectrum_acl: Ignore always-zeroed bits in tp->prioJiri Pirko1-1/+1
2018-07-08mlxsw: reg: Introduce Flex2 key type for PTAR registerJiri Pirko2-5/+15
2018-07-08mlxsw: spectrum: Change name of mlxsw_sp_afk_blocks to mlxsw_sp1_afk_blocksJiri Pirko2-4/+4
2018-07-08net: sched: Fix warnings from xchg() on RCU'd cookie pointer.David S. Miller1-1/+1
2018-07-08Merge branch 'Modify-action-API-for-implementing-lockless-actions'David S. Miller20-295/+707
2018-07-08net: sched: change action API to use array of pointers to actionsVlad Buslov3-57/+60
2018-07-08net: sched: atomically check-allocate actionVlad Buslov18-59/+216
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 Buslov17-0/+137
2018-07-08net: sched: implement action API that deletes action by indexVlad Buslov2-0/+40
2018-07-08net: sched: always take reference to actionVlad Buslov1-26/+20
2018-07-08net: sched: implement unlocked action init APIVlad Buslov19-29/+50
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