aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-05net: Pass neighbours and dest address into NETEVENT_REDIRECT events.David S. Miller3-15/+19
2012-07-05decnet: Use neighbours privately in dn_route struct.David S. Miller3-8/+32
2012-07-05neigh: Convert over to dst_neigh_lookup_skb().David S. Miller1-3/+16
2012-07-05br_netfilter: Convert to dst_neigh_lookup_skb().David S. Miller1-13/+23
2012-07-05cxgb4i: Convert over to dst_neigh_lookup().David S. Miller1-1/+4
2012-07-05cxgbi: Convert over to dst_neigh_lookup().David S. Miller1-4/+8
2012-07-05qeth: Convert over to dst_neigh_lookup_skb().David S. Miller1-1/+2
2012-07-05ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller2-10/+16
2012-07-05sch_teql: Convert over to dev_neigh_lookup_skb().David S. Miller1-25/+22
2012-07-05net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller7-15/+43
2012-07-05net: Do delayed neigh confirmation.David S. Miller6-32/+38
2012-07-05sunrpc: Don't do a dst_confirm() on an input routes.David S. Miller1-3/+0
2012-07-05ipv4: Don't report neigh uptodate state in rtcache procfs.David S. Miller1-10/+2
2012-07-05ipv4: Make neigh lookups directly in output packet path.David S. Miller5-25/+44
2012-07-04ipv4: Fix crashes in ip_options_compile().David S. Miller1-3/+6
2012-07-01Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller37-1844/+2011
2012-07-01batman-adv: Don't leak information through uninitialized packet fieldsSven Eckelmann3-0/+4
2012-07-01batman-adv: fix counter summary lengthMarek Lindner1-2/+1
2012-07-01batman-adv: Fix alignment after opened parenthesesSven Eckelmann5-19/+24
2012-07-01batman-adv: Remove space before semicolonSven Eckelmann1-1/+1
2012-07-01batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}Sven Eckelmann9-10/+10
2012-07-01batman-adv: Transform BATADV_LOG_BUFF(idx) into functionSven Eckelmann1-4/+15
2012-07-01batman-adv: Prefix types structs with batadv_Sven Eckelmann31-938/+1029
2012-07-01batman-adv: Prefix packet structs with batadv_Sven Eckelmann19-347/+369
2012-07-01batman-adv: Prefix local sysfs struct with batadv_Sven Eckelmann2-7/+7
2012-07-01batman-adv: Prefix hash struct and typedef with batadv_Sven Eckelmann9-64/+67
2012-07-01batman-adv: Prefix local debugfs structs with batadv_Sven Eckelmann1-5/+5
2012-07-01batman-adv: Prefix main enum with BATADV_Sven Eckelmann14-135/+140
2012-07-01batman-adv: Prefix packet enum with BATADV_Sven Eckelmann12-232/+254
2012-07-01batman-adv: Prefix types enum with BATADV_Sven Eckelmann5-31/+31
2012-07-01batman-adv: Prefix hard-interface enum with BATADV_Sven Eckelmann13-63/+68
2012-07-01batman-adv: Prefix gateway enum with BATADV_Sven Eckelmann5-22/+22
2012-07-01phy: add the EEE support and the way to access to the MMD registers.Giuseppe CAVALLARO4-4/+319
2012-07-01stmmac: add the Energy Efficient Ethernet supportGiuseppe CAVALLARO9-18/+372
2012-07-01stmmac: update the driver Documentation and add EEEGiuseppe CAVALLARO1-6/+30
2012-07-01stmmac: do not use strict_strtoul but kstrtointGiuseppe CAVALLARO1-17/+10
2012-06-30ipv4: Clarify in docs that accept_local requires rp_filter.David S. Miller1-3/+8
2012-06-30netfilter: use kfree_skb() not kfree()Dan Carpenter1-1/+1