aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
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-04md/raid10: fix careless build errorNeilBrown1-1/+1
2012-07-03floppy: cancel any pending fd_timeouts before adding a new oneLinus Torvalds1-0/+1
2012-07-03clk: fix parent validation in __clk_set_parent()Rajendra Nayak1-15/+13
2012-07-03dm: verity fix documentationMilan Broz1-85/+46
2012-07-03dm persistent data: fix allocation failure in space map checker initMike Snitzer1-11/+19
2012-07-03dm persistent data: handle space map checker creation failureMike Snitzer3-15/+28
2012-07-03dm persistent data: fix shadow_info_leak on dm_tm_destroyMike Snitzer1-0/+3
2012-07-03dm thin: commit metadata before creating metadata snapshotJoe Thornber1-0/+7
2012-07-03security: Fix nommu build.Paul Mundt1-0/+1