summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-20ipv4: Kill ip_route_input_noref().David Miller
2012-07-20ipv4: Delete routing cache.David S. Miller
2012-07-20atl1c: fix issue of io access mode for AR8152 v2.1Cloud Ren
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka
2012-07-20ipv4: show pmtu in route listJulian Anastasov
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-07-20Merge branch 'team_multiq'David S. Miller
2012-07-20team: add multiqueue supportJiri Pirko
2012-07-20bond_sysfs: use real_num_tx_queues rather than params.tx_queueJiri Pirko
2012-07-20net: rename bond_queue_mapping to slave_dev_queue_mappingJiri Pirko
2012-07-20rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko
2012-07-20net: honour netif_set_real_num_tx_queues() retvalJiri Pirko
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet
2012-07-20tcp: fix ABC in tcp_slow_start()Eric Dumazet
2012-07-20tcp: use hash_32() in tcp_metricsEric Dumazet
2012-07-20tcp: Return bool instead of int where appropriateVijay Subramanian
2012-07-20ixgbe: use PCI_VENDOR_ID_INTELJon Mason
2012-07-20ixgb: use PCI_VENDOR_ID_INTELJon Mason
2012-07-20myri10ge: update MAINTAINERSJon Mason
2012-07-20Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-20can: janz-ican3: add support for one shot modeIra W. Snyder
2012-07-20can: janz-ican3: avoid firmware lockup caused by infinite bus error quotaIra W. Snyder
2012-07-20can: janz-ican3: fix support for CAN_RAW_RECV_OWN_MSGSIra W. Snyder
2012-07-20can: janz-ican3: fix error and byte countersIra W. Snyder
2012-07-20can: janz-ican3: cleanup of ican3_to_can_frame and can_frame_to_ican3Marc Kleine-Budde
2012-07-20can: janz-ican3: drop invalid skbsIra W. Snyder
2012-07-20can: janz-ican3: remove dead codeIra W. Snyder
2012-07-20can: flexcan: add 2nd clock to support imx53 and newerSteffen Trumtrar
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde
2012-07-19ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flagAlexander Duyck
2012-07-19ixgbe: Only enable anti-spoof on VF poolsAlexander Duyck
2012-07-19ixgbe: Correctly set SAN MAC RAR pool to default pool of PFAlexander Duyck
2012-07-19ixgbe: Make FCoE allocation and configuration closer to how rings workAlexander Duyck
2012-07-19ixgbe: Merge all FCoE percpu values into a single structureAlexander Duyck
2012-07-19ixgbe: Cleanup configuration of FCoE registersAlexander Duyck
2012-07-19ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ APIAlexander Duyck
2012-07-19ixgbe: Fix memory leak when SR-IOV VFs are direct assignedAlexander Duyck
2012-07-19ixgbe: Use VMDq offset to indicate the default poolAlexander Duyck
2012-07-19Merge branch 'net' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/...David S. Miller
2012-07-19ipv4: Fix again the time difference calculationJulian Anastasov
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng
2012-07-19net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng
2012-07-19net-tcp: Fast Open baseYuchung Cheng