aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/rdc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-09r6040: use module_pci_driver macroDevendra Naga1-14/+1
2012-07-09bnx2x: populate skb->l4_rxhashEric Dumazet2-4/+16
2012-07-09small cleanup in ax25_addr_parse()Dan Carpenter1-2/+4
2012-07-09be2net: Fix EndianLi RongQing1-1/+1
2012-07-09bcm87xx: fix reg-init comment typoPeter Korsgaard1-1/+1
2012-07-09phylib: Support registering a bunch of driversChristian Hohnstaedt16-431/+159
2012-07-09bcm87xx: disable autonegotiation by defaultPeter Korsgaard1-0/+1
2012-07-09sky2: Fix for interrupt handlerMirko Lindner1-1/+3
2012-07-09sky2: Added support for Optima EEEMirko Lindner2-1/+18
2012-07-09net/macb: manage carrier state with call to netif_carrier_{on|off}()Nicolas Ferre1-2/+11
2012-07-08sctp: refactor sctp_packet_append_chunk and clenup some memory leaksNeil Horman1-27/+52
2012-07-08bnx2i: use strlcpy() instead of memcpy() for stringsDan Carpenter1-1/+1
2012-07-07asix: avoid copies in tx pathEric Dumazet1-4/+24
2012-07-07net/mlx4_en: Add support for drop action through ethtoolHadar Hen Zion4-2/+42
2012-07-07net/mlx4_en: Manage flow steering rules with ethtoolHadar Hen Zion2-0/+389
2012-07-07net/mlx4: Implement promiscuous mode with device managed flow-steeringHadar Hen Zion3-0/+108
2012-07-07net/mlx4_core: Add resource tracking for device managed flow steering rulesHadar Hen Zion2-8/+125
2012-07-07{NET, IB}/mlx4: Add device managed flow steering firmware APIHadar Hen Zion14-81/+758
2012-07-07net/mlx4_core: Add firmware commands to support device managed flow steeringHadar Hen Zion5-0/+86
2012-07-07net/mlx4: Set steering mode according to device capabilitiesHadar Hen Zion6-81/+148
2012-07-07net/mlx4_en: Re-design multicast attachments flowYevgeny Petrilin2-35/+124
2012-07-07net/mlx4_core: Change resource tracking ID to be 64 bitHadar Hen Zion2-14/+14
2012-07-07net/mlx4_core: Change resource tracking mechanism to use red-black treeHadar Hen Zion2-32/+77
2012-07-07r6040: remove duplicate call to the pci_set_drvdataDevendra Naga1-1/+0
2012-07-06ipv6: fix a bad cast in ip6_dst_lookup_tail()Eric Dumazet1-1/+1
2012-07-05ipv6: remove redundant declarationsEric Dumazet1-3/+0
2012-07-05ipv4: Avoid overhead when no custom FIB rules are installed.David S. Miller5-16/+73
2012-07-05ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.David S. Miller1-7/+8
2012-07-05ipv6: Initialize the neighbour pointer of rt6_info on allocationSteffen Klassert1-1/+1
2012-07-05drivers/ieee802154/at231rf230: remove unused return statusalex.bluesman.smirnov@gmail.com1-2/+1
2012-07-056lowpan: revert 'reuse eth_mac_addr()'alex.bluesman.smirnov@gmail.com1-2/+14
2012-07-05dccp: remove unnecessary codes in ipv6.cRongQing.Li1-16/+5
2012-07-05ipv6: remove unnecessary codes in tcp_ipv6.cRongQing.Li1-13/+3
2012-07-05be2net: set maximal number of default RSS queuesYuval Mintz1-4/+6
2012-07-05bnx2x: set maximal number of default RSS queuesYuval Mintz1-1/+2
2012-07-05bnx2: set maximal number of default RSS queuesYuval Mintz1-1/+1
2012-07-05tg3: set maximal number of default RSS queuesYuval Mintz1-1/+1
2012-07-05myri10ge: set maximal number of default RSS queuesYuval Mintz1-1/+1
2012-07-05cxgb4: set maximal number of default RSS queuesYuval Mintz1-2/+2
2012-07-05cxgb3: set maximal number of default RSS queuesYuval Mintz1-1/+1
2012-07-05qlge: set maximal number of default RSS queuesYuval Mintz1-1/+1
2012-07-05vxge: set maximal number of default RSS queuesYuval Mintz1-1/+2
2012-07-05mlx4: set maximal number of default RSS queuesYuval Mintz1-2/+3
2012-07-05net-next: Add netif_get_num_default_rss_queuesYuval Mintz2-0/+14
2012-07-05ipv4: defer fib_compute_spec_dst() callEric Dumazet1-3/+12
2012-07-05net: Kill dst->_neighbour, accessors, and final uses.David S. Miller2-34/+1
2012-07-05xfrm: No need to copy generic neighbour pointer.David S. Miller1-3/+0
2012-07-05ipv4: No need to set generic neighbour pointer.David S. Miller1-59/+3
2012-07-05ipv6: Store route neighbour in rt6_info struct.David S. Miller4-18/+35
2012-07-05cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller5-10/+17