summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * i40e: Opcode and structures required by OEM Post Update AQ command and add ne...Michal Kosiarz2015-12-133-0/+43
| * i40e: use explicit cast from u16 to u8Kamil Krawczyk2015-12-131-1/+1
| * i40evf: check rings before freeing resourcesMitch Williams2015-12-131-0/+6
| * i40e: don't add zero MAC filterMitch Williams2015-12-131-6/+9
| * i40e: properly delete VF MAC filtersMitch Williams2015-12-133-2/+44
| * i40e: chomp the BIT(_ULL)Jesse Brandeburg2015-12-131-15/+15
|/
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2015-12-1310-235/+415
|\
| * ixgbe: do not report 2.5 Gbps as supportedEmil Tantilov2015-12-121-4/+0Star
| * ixgbe: Clean stale VLANs when changing port VLAN or resettingAlexander Duyck2015-12-121-5/+72
| * ixgbe: Clear stale pool mappingsAlexander Duyck2015-12-123-9/+18
| * ixgbe: Fix VLAN promisc in relation to SR-IOVAlexander Duyck2015-12-123-73/+72Star
| * ixgbe: Add support for VLAN promiscuous with SR-IOVAlexander Duyck2015-12-122-12/+129
| * ixgbe: Reorder search to work from the top down instead of bottom upAlexander Duyck2015-12-121-23/+19Star
| * ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck2015-12-126-12/+38
| * ixgbe: Simplify configuration of setting VLVF and VLVFBAlexander Duyck2015-12-121-54/+34Star
| * ixgbe: Reduce VT code indent in set_vfta by introducing jump labelAlexander Duyck2015-12-121-72/+70Star
| * ixgbe: Simplify definitions for regidx and bit in set_vftaAlexander Duyck2015-12-121-29/+19Star
| * ixgbe: Fix SR-IOV VLAN pool configurationAlexander Duyck2015-12-121-2/+2
| * ixgbe: Return error on failure to allocate mac_tableAlexander Duyck2015-12-121-0/+2
* | bpf, inode: allow for rename and link opsDaniel Borkmann2015-12-131-0/+20
* | mlxsw: core: Fix temperature sensor index during initializationJiri Pirko2015-12-121-1/+1
* | mlxsw: reg: Fix max temperature gettingJiri Pirko2015-12-121-1/+1
|/
* Merge branch 'mlx5-flow-steering'David S. Miller2015-12-1217-1051/+2185
|\
| * net/mlx5e: Rename en_flow_table.c to en_fs.cMaor Gottlieb2015-12-122-1/+1
| * net/mlx5: Use flow steering infrastructure for mlx5_enMaor Gottlieb2015-12-1211-1082/+633Star
| * net/mlx5_core: Flow steering tree initializationMaor Gottlieb2015-12-124-0/+388
| * net/mlx5_core: Introduce flow steering APIMaor Gottlieb2015-12-122-0/+487
| * net/mlx5_core: Add flow steering lookup algorithmsMaor Gottlieb2015-12-122-0/+134
| * net/mlx5_core: Add flow steering base data structuresMaor Gottlieb2015-12-123-1/+123
| * net/mlx5_core: Introduce flow steering firmware commandsMaor Gottlieb2015-12-126-11/+455
| * net/mlx5e: Assign random MAC address if neededSaeed Mahameed2015-12-122-0/+8
| * net/mlx5: Fix query E-Switch capabilitiesSaeed Mahameed2015-12-121-1/+1
|/
* Merge branch 'thunderx-pass2'David S. Miller2015-12-126-31/+55
|\
| * net: thunderx: Enable CQE count threshold interruptSunil Goutham2015-12-122-2/+2
| * net: thunderx: HW TSO support for pass-2 hardwareSunil Goutham2015-12-125-29/+53
|/
* Doc: Micrel-ksz90x1.txt: Document deprecated MAC OF propertiesAndrew Lunn2015-12-121-13/+4Star
* Merge branch 'mvneta-rss-xps'David S. Miller2015-12-121-43/+285
|\
| * net: mvneta: Configure XPS supportGregory CLEMENT2015-12-121-11/+45
| * net: mvneta: Add naive RSS supportGregory CLEMENT2015-12-121-1/+126
| * net: mvneta: Associate RX queues with each CPUGregory CLEMENT2015-12-121-35/+115
| * net: mvneta: Make the default queue related for each portGregory CLEMENT2015-12-121-15/+18
|/
* mpls_iptunnel: add static qualifier to mpls_outputRoopa Prabhu2015-12-121-1/+1
* cxgb4: Handle clip return valuesHariprasad Shenai2015-12-123-6/+31
* mlxsw: core: remove an unneeded conditionDan Carpenter2015-12-121-1/+1
* mlxsw: spectrum: fix some error handlingDan Carpenter2015-12-121-1/+1
* netcp: add more __le32 annotationsArnd Bergmann2015-12-122-5/+6
* netcp: try to reduce type confusion in descriptorsArnd Bergmann2015-12-122-63/+82
* cgroup: fix sock_cgroup_data initialization on earlier compilersTejun Heo2015-12-091-2/+2
* chelsio: constify cmac_ops structuresJulia Lawall2015-12-092-2/+2
* bnx2x: remove rx_pkt/rx_callsEric Dumazet2015-12-092-6/+0Star