summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | rtnl: Add #ifdef CONFIG_RPS around num_rx_queues referenceMark A. Greer2012-07-221-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-07-2210-209/+323
|\ \
| * | igb: reset PHY in the link_up process to recover PHY setting after power down.Akeem G. Abodunrin2012-07-221-1/+2
| * | ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck2012-07-222-7/+17
| * | ixgbe: add support for new 82599 deviceDon Skidmore2012-07-222-0/+2
| * | ixgbe: remove extra unused queues in DCB + FCoE caseJohn Fastabend2012-07-221-5/+8
| * | ixgbe: fix RAR entry counting for generic and fdb_add()John Fastabend2012-07-221-8/+19
| * | ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UPAlexander Duyck2012-07-221-4/+8
| * | ixgbe: Reduce Rx header size to what is actually usedAlexander Duyck2012-07-222-9/+10
| * | ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose2012-07-222-25/+19
| * | ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck2012-07-222-24/+46
| * | ixgbevf: Add support for PCI error handlingAlexander Duyck2012-07-221-0/+80
| * | ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck2012-07-222-2/+41
| * | ixgbe: Change how we check for pre-existing and assigned VFsAlexander Duyck2012-07-224-94/+45
| * | ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck2012-07-223-32/+28
* | | Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2012-07-224-8/+11
|\ \ \
| * | | vhost: make vhost work queue visibleStefan Hajnoczi2012-07-222-3/+5
| * | | vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi2012-07-223-5/+6
| |/ /
* | | wimax: fix printk format warningsRandy Dunlap2012-07-222-3/+3
* | | sctp: Implement quick failover draft from tsvwgNeil Horman2012-07-2210-15/+221
* | | net: fix race condition in several drivers when reading statsKevin Groeneveld2012-07-225-14/+14
* | | ipv4: tcp: set unicast_sock uc_ttl to -1Eric Dumazet2012-07-221-1/+2
|/ /
* | forcedeth: spin_unlock_irq in interrupt handler fixDenis Efremov2012-07-211-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-07-2113-18/+30
|\ \
| * | openvswitch: Fix typo in documentation.Leo Alterman2012-07-201-1/+1
| * | openvswitch: Check gso_type for correct sk_buff in queue_gso_packets().Ben Pfaff2012-07-201-1/+2
| * | openvswitch: Check currect return value from skb_gso_segment()Pravin B Shelar2012-07-201-2/+2
| * | openvswitch: Reset upper layer protocol info on internal devices.Jesse Gross2012-05-251-0/+8
| * | openvswitch: Replace Nicira Networks.Raju Subramanian2012-05-0412-12/+12
| * | openvswitch: Do not send notification if ovs_vport_set_options() failedAnsis Atteka2012-04-091-1/+3
| * | openvswitch: Enable retrieval of TCP flags from IPv6 traffic.Jesse Gross2012-04-031-1/+2
* | | ipv4: Fix neigh lookup keying over loopback/point-to-point devices.David S. Miller2012-07-211-3/+0
| |/ |/|
* | atl1c: fix issue of io access mode for AR8152 v2.1Cloud Ren2012-07-202-1/+20
* | tun: fix a crash bug and a memory leakMikulas Patocka2012-07-203-0/+7
* | ipv4: show pmtu in route listJulian Anastasov2012-07-201-1/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-07-2010-248/+344
|\ \
| * | ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flagAlexander Duyck2012-07-202-8/+13
| * | ixgbe: Only enable anti-spoof on VF poolsAlexander Duyck2012-07-201-9/+11
| * | ixgbe: Correctly set SAN MAC RAR pool to default pool of PFAlexander Duyck2012-07-206-3/+46
| * | ixgbe: Make FCoE allocation and configuration closer to how rings workAlexander Duyck2012-07-204-122/+154
| * | ixgbe: Merge all FCoE percpu values into a single structureAlexander Duyck2012-07-203-86/+86
| * | ixgbe: Cleanup configuration of FCoE registersAlexander Duyck2012-07-202-27/+32
| * | ixgbe: Drop references to deprecated pci_ DMA api and instead use dma_ APIAlexander Duyck2012-07-202-17/+17
| * | ixgbe: Fix memory leak when SR-IOV VFs are direct assignedAlexander Duyck2012-07-201-4/+11
| * | ixgbe: Use VMDq offset to indicate the default poolAlexander Duyck2012-07-203-19/+21
* | | Merge branch 'team_multiq'David S. Miller2012-07-209-29/+114
|\ \ \
| * | | team: add multiqueue supportJiri Pirko2012-07-202-5/+68
| * | | bond_sysfs: use real_num_tx_queues rather than params.tx_queueJiri Pirko2012-07-201-1/+1
| * | | net: rename bond_queue_mapping to slave_dev_queue_mappingJiri Pirko2012-07-202-4/+4
| * | | rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko2012-07-202-2/+15