aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/inode.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-12ixgbe: do not report 2.5 Gbps as supportedEmil Tantilov1-4/+0
2015-12-12ixgbe: Clean stale VLANs when changing port VLAN or resettingAlexander Duyck1-5/+72
2015-12-12ixgbe: Clear stale pool mappingsAlexander Duyck3-9/+18
2015-12-12ixgbe: Fix VLAN promisc in relation to SR-IOVAlexander Duyck3-73/+72
2015-12-12ixgbe: Add support for VLAN promiscuous with SR-IOVAlexander Duyck2-12/+129
2015-12-12ixgbe: Reorder search to work from the top down instead of bottom upAlexander Duyck1-23/+19
2015-12-12ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVFAlexander Duyck6-12/+38
2015-12-12ixgbe: Simplify configuration of setting VLVF and VLVFBAlexander Duyck1-54/+34
2015-12-12ixgbe: Reduce VT code indent in set_vfta by introducing jump labelAlexander Duyck1-72/+70
2015-12-12ixgbe: Simplify definitions for regidx and bit in set_vftaAlexander Duyck1-29/+19
2015-12-12ixgbe: Fix SR-IOV VLAN pool configurationAlexander Duyck1-2/+2
2015-12-12ixgbe: Return error on failure to allocate mac_tableAlexander Duyck1-0/+2
2015-12-12mlxsw: core: Fix temperature sensor index during initializationJiri Pirko1-1/+1
2015-12-12mlxsw: reg: Fix max temperature gettingJiri Pirko1-1/+1
2015-12-12net/mlx5e: Rename en_flow_table.c to en_fs.cMaor Gottlieb2-1/+1
2015-12-12net/mlx5: Use flow steering infrastructure for mlx5_enMaor Gottlieb11-1082/+633
2015-12-12net/mlx5_core: Flow steering tree initializationMaor Gottlieb4-0/+388
2015-12-12net/mlx5_core: Introduce flow steering APIMaor Gottlieb2-0/+487
2015-12-12net/mlx5_core: Add flow steering lookup algorithmsMaor Gottlieb2-0/+134
2015-12-12net/mlx5_core: Add flow steering base data structuresMaor Gottlieb3-1/+123
2015-12-12net/mlx5_core: Introduce flow steering firmware commandsMaor Gottlieb6-11/+455
2015-12-12net/mlx5e: Assign random MAC address if neededSaeed Mahameed2-0/+8
2015-12-12net/mlx5: Fix query E-Switch capabilitiesSaeed Mahameed1-1/+1
2015-12-11net: thunderx: Enable CQE count threshold interruptSunil Goutham2-2/+2
2015-12-11net: thunderx: HW TSO support for pass-2 hardwareSunil Goutham5-29/+53
2015-12-11Doc: Micrel-ksz90x1.txt: Document deprecated MAC OF propertiesAndrew Lunn1-13/+4
2015-12-11net: mvneta: Configure XPS supportGregory CLEMENT1-11/+45
2015-12-11net: mvneta: Add naive RSS supportGregory CLEMENT1-1/+126
2015-12-11net: mvneta: Associate RX queues with each CPUGregory CLEMENT1-35/+115
2015-12-11net: mvneta: Make the default queue related for each portGregory CLEMENT1-15/+18
2015-12-11mpls_iptunnel: add static qualifier to mpls_outputRoopa Prabhu1-1/+1
2015-12-11cxgb4: Handle clip return valuesHariprasad Shenai3-6/+31
2015-12-11mlxsw: core: remove an unneeded conditionDan Carpenter1-1/+1
2015-12-11mlxsw: spectrum: fix some error handlingDan Carpenter1-1/+1
2015-12-11netcp: add more __le32 annotationsArnd Bergmann2-5/+6
2015-12-11netcp: try to reduce type confusion in descriptorsArnd Bergmann2-63/+82
2015-12-09cgroup: fix sock_cgroup_data initialization on earlier compilersTejun Heo1-2/+2
2015-12-08chelsio: constify cmac_ops structuresJulia Lawall2-2/+2
2015-12-08bnx2x: remove rx_pkt/rx_callsEric Dumazet2-6/+0
2015-12-08bnx2x: avoid soft lockup in bnx2x_poll()Eric Dumazet1-30/+21
2015-12-08rhashtable: Remove unnecessary wmb for future_tblHerbert Xu1-3/+0
2015-12-08cxgb4: Adds PCI device id for new T5 adaptersHariprasad Shenai1-0/+3
2015-12-08cxgb4: Add FL DMA mapping error and low counterHariprasad Shenai3-0/+11
2015-12-08cxgb4: Deal with wrap-around of queue for Work requestHariprasad Shenai1-4/+53
2015-12-08cxgb4: prevent simultaneous execution of service_ofldq()Hariprasad Shenai2-6/+51
2015-12-08cxgb4: Use ACCES_ONCE macro to read queue's consumer indexHariprasad Shenai1-2/+2
2015-12-08cxgb4/cxgb4vf: update Kconfig file to include T6 adapterHariprasad Shenai1-8/+9
2015-12-08cxgb4: Align rest of the ethtool get statsHariprasad Shenai1-73/+73
2015-12-08net: hns: optimize XGE capability by reducing cpu usageyankejian3-30/+55
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo6-9/+191