aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller6-13/+5
2012-07-20ipv4: Cache input routes in fib_info nexthops.David S. Miller3-12/+46
2012-07-20ipv4: Cache output routes in fib_info nexthops.David S. Miller3-43/+101
2012-07-20ipv4: Kill routes during PMTU/redirect updates.David S. Miller2-12/+30
2012-07-20net: Document dst->obsolete better.David S. Miller7-21/+35
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.David S. Miller8-17/+25
2012-07-20ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller3-38/+9
2012-07-20ipv4: Remove 'rt_mark' from 'struct rtable'David Miller4-10/+3
2012-07-20ipv4: Kill 'rt_src' from 'struct rtable'David Miller3-21/+15
2012-07-20ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller3-38/+9
2012-07-20ipv4: Kill ip_route_input_noref().David Miller6-24/+12
2012-07-20ipv4: Delete routing cache.David S. Miller3-933/+13
2012-07-20atl1c: fix issue of io access mode for AR8152 v2.1Cloud Ren2-1/+20
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka3-0/+7
2012-07-20ipv4: show pmtu in route listJulian Anastasov1-1/+5
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller10-248/+344
2012-07-20Merge branch 'team_multiq'David S. Miller9-29/+114
2012-07-20team: add multiqueue supportJiri Pirko2-5/+68
2012-07-20bond_sysfs: use real_num_tx_queues rather than params.tx_queueJiri Pirko1-1/+1
2012-07-20net: rename bond_queue_mapping to slave_dev_queue_mappingJiri Pirko2-4/+4
2012-07-20rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko2-2/+15
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko3-18/+22
2012-07-20net: honour netif_set_real_num_tx_queues() retvalJiri Pirko1-1/+6
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet4-51/+71
2012-07-20tcp: fix ABC in tcp_slow_start()Eric Dumazet1-2/+3
2012-07-20tcp: use hash_32() in tcp_metricsEric Dumazet2-16/+11
2012-07-20tcp: Return bool instead of int where appropriateVijay Subramanian1-8/+8
2012-07-20ixgbe: use PCI_VENDOR_ID_INTELJon Mason3-9/+6
2012-07-20ixgb: use PCI_VENDOR_ID_INTELJon Mason3-12/+8
2012-07-20myri10ge: update MAINTAINERSJon Mason1-1/+0
2012-07-20Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller15-88/+226
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville163-2905/+5129
2012-07-20can: janz-ican3: add support for one shot modeIra W. Snyder1-1/+7
2012-07-20can: janz-ican3: avoid firmware lockup caused by infinite bus error quotaIra W. Snyder1-1/+11
2012-07-20can: janz-ican3: fix support for CAN_RAW_RECV_OWN_MSGSIra W. Snyder1-46/+157
2012-07-20can: janz-ican3: fix error and byte countersIra W. Snyder1-5/+6
2012-07-20can: janz-ican3: cleanup of ican3_to_can_frame and can_frame_to_ican3Marc Kleine-Budde1-5/+5
2012-07-20can: janz-ican3: drop invalid skbsIra W. Snyder1-0/+3
2012-07-20can: janz-ican3: remove dead codeIra W. Snyder1-2/+0
2012-07-20can: flexcan: add 2nd clock to support imx53 and newerSteffen Trumtrar1-18/+27
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde15-15/+15
2012-07-19ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flagAlexander Duyck2-8/+13
2012-07-19ixgbe: Only enable anti-spoof on VF poolsAlexander Duyck1-9/+11
2012-07-19ixgbe: Correctly set SAN MAC RAR pool to default pool of PFAlexander Duyck6-3/+46
2012-07-19ixgbe: Make FCoE allocation and configuration closer to how rings workAlexander Duyck4-122/+154
2012-07-19ixgbe: Merge all FCoE percpu values into a single structureAlexander Duyck3-86/+86
2012-07-19ixgbe: Cleanup configuration of FCoE registersAlexander Duyck2-27/+32
2012-07-19ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ APIAlexander Duyck2-17/+17
2012-07-19ixgbe: Fix memory leak when SR-IOV VFs are direct assignedAlexander Duyck1-4/+11
2012-07-19ixgbe: Use VMDq offset to indicate the default poolAlexander Duyck3-19/+21