summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | netdevice: document NETDEV_TX_BUSY deprecation.Rusty Russell2015-04-031-1/+4
| * | | | | | | | net/mlx5_core: Extend struct mlx5_interface to support multiple protocolsSaeed Mahameed2015-04-021-0/+8
| * | | | | | | | net/mlx5_core: Modify arm CQ in preparation for upcoming Ethernet driverSaeed Mahameed2015-04-021-2/+3
| * | | | | | | | net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_coreSaeed Mahameed2015-04-021-1/+2
| * | | | | | | | net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed2015-04-028-8/+8
| * | | | | | | | net/mlx5_core: Use coherent memory for command interface pageEli Cohen2015-04-021-0/+3
| * | | | | | | | net/mlx4_en: Add RX-ALL supportMuhammad Mahajna2015-04-021-0/+3
| * | | | | | | | net/mlx4_en: Add interface identify supportIdo Shamay2015-04-022-0/+3
| * | | | | | | | net/mlx4: Add SET_PORT opcode modifiers enumerationIdo Shamay2015-04-021-1/+7
| * | | | | | | | net/mlx4: Warn users of depracated QoS FirmwareIdo Shamay2015-04-021-0/+1
| * | | | | | | | net/mlx4_en: Enable TX rate limit per VFIdo Shamay2015-04-021-0/+2
| * | | | | | | | net/mlx4: Added qos_vport QP configuration in VST modeIdo Shamay2015-04-021-2/+6
| * | | | | | | | net/mlx4: Query device for QoS per VF supportIdo Shamay2015-04-021-1/+2
| * | | | | | | | net/mlx4: Add mlx4_SET_VPORT_QOS implementationIdo Shamay2015-04-021-0/+1
| * | | | | | | | net/mlx4: Add mlx4_ALLOCATE_VPP implementationIdo Shamay2015-04-021-0/+1
| * | | | | | | | net/mlx4: New file for QoS related firmware commandsIdo Shamay2015-04-021-5/+0
| * | | | | | | | net/mlx4: Make mlx4_is_eth visible inline funcionIdo Shamay2015-04-021-0/+5
| * | | | | | | | net/mlx4: Add RSS support for fragmented IP datagramsIdo Shamay2015-04-021-0/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-028-16/+27
| |\ \ \ \ \ \ \ \
| * | | | | | | | | net: remove iflink field from struct net_deviceNicolas Dichtel2015-04-021-2/+1
| * | | | | | | | | dev: introduce dev_get_iflink()Nicolas Dichtel2015-04-021-0/+4
| * | | | | | | | | Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.or...David S. Miller2015-04-013-2/+17
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | brcmfmac: add support for BCM43430 SDIO chipsetArend van Spriel2015-03-201-0/+1
| | * | | | | | | | bcma: allow disabling (not building) PCI driverRafał Miłecki2015-03-131-0/+6
| | * | | | | | | | bcma: move PCI IRQ control function to host specific codeRafał Miłecki2015-03-132-2/+9
| | * | | | | | | | brcmfmac: Add support for BCM4345 SDIO chipset.Syed Asifful Dayyan2015-03-131-0/+1
| * | | | | | | | | net/mlx4_en: Add Flow control statistics display via ethtoolMatan Barak2015-03-311-1/+2
| * | | | | | | | | net/mlx4_en: Move statistics bitmap setting to the Ethernet driverEran Ben Elisha2015-03-311-1/+0
| * | | | | | | | | netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-3/+2
| * | | | | | | | | ptp: remove 32 bit get/set methods.Richard Cochran2015-03-311-8/+0
| * | | | | | | | | ptp: introduce get/set time methods with explicit 64 bit seconds.Richard Cochran2015-03-311-2/+10
| * | | | | | | | | net: Introduce passthru_features_checkToshiaki Makita2015-03-291-0/+3
| * | | | | | | | | net: Move check for multiple vlans to driversToshiaki Makita2015-03-291-0/+22
| * | | | | | | | | vlan: Introduce helper functions to check if skb is taggedToshiaki Makita2015-03-291-0/+45
| * | | | | | | | | tc: bpf: generalize pedit actionAlexei Starovoitov2015-03-291-0/+1
| * | | | | | | | | rhashtable: provide len to obj_hashfnPatrick McHardy2015-03-251-2/+4
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | rhashtable: Add rhashtable_free_and_destroy()Thomas Graf2015-03-241-2/+3
| * | | | | | | | rhashtable: Disable automatic shrinking by defaultThomas Graf2015-03-241-2/+5
| * | | | | | | | rhashtable: Mark internal/private inline functions as suchThomas Graf2015-03-241-0/+2
| * | | | | | | | rhashtable: Use 'unsigned int' consistentlyThomas Graf2015-03-241-7/+7
| * | | | | | | | rhashtable: Extend RCU read lock into rhashtable_insert_rehash()Thomas Graf2015-03-241-1/+1
| * | | | | | | | filter: introduce SKF_AD_VLAN_TPID BPF extensionMichal Sekletar2015-03-241-0/+1
| * | | | | | | | net: remove never used forwarding_accel_ops pointer from net_deviceHannes Frederic Sowa2015-03-241-2/+0
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-231-0/+1
| |\ \ \ \ \ \ \ \
| * | | | | | | | | rhashtable: Fix sleeping inside RCU critical section in walk_stopHerbert Xu2015-03-231-0/+2
| * | | | | | | | | ipv6: introduce secret_stable to ipv6_devconfHannes Frederic Sowa2015-03-231-0/+4
| * | | | | | | | | rhashtable: Add immediate rehash during insertionHerbert Xu2015-03-231-5/+37
| * | | | | | | | | rhashtable: Add multiple rehash supportHerbert Xu2015-03-231-12/+14
| * | | | | | | | | rhashtable: Allow hashfn to be unsetHerbert Xu2015-03-231-6/+27
| * | | | | | | | | rhashtable: Eliminate unnecessary branch in rht_key_hashfnHerbert Xu2015-03-231-2/+6