summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend5-8/+61
2012-07-22tun: experimental zero copy tx supportMichael S. Tsirkin1-12/+134
2012-07-22skbuff: export skb_copy_ubufsMichael S. Tsirkin1-1/+1
2012-07-22net: orphan frags on receiveMichael S. Tsirkin1-1/+6
2012-07-22tun: orphan frags on xmitMichael S. Tsirkin1-0/+2
2012-07-22skbuff: convert to skb_orphan_fragsMichael S. Tsirkin1-14/+8
2012-07-22skbuff: add an api to orphan fragsMichael S. Tsirkin1-0/+16
2012-07-22ixgbe: Fix build with PCI_IOV enabled.David S. Miller1-1/+1
2012-07-22forcedeth: advertise transmit time stampingRichard Cochran1-0/+1
2012-07-22e1000e: advertise transmit time stampingRichard Cochran1-0/+1
2012-07-22e1000: advertise transmit time stampingRichard Cochran1-0/+1
2012-07-22bnx2x: advertise transmit time stampingRichard Cochran1-0/+1
2012-07-22rtnl: Add #ifdef CONFIG_RPS around num_rx_queues referenceMark A. Greer1-0/+2
2012-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller10-209/+323
2012-07-22Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller4-8/+11
2012-07-22wimax: fix printk format warningsRandy Dunlap2-3/+3
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman10-15/+221
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld5-14/+14
2012-07-22ipv4: tcp: set unicast_sock uc_ttl to -1Eric Dumazet1-1/+2
2012-07-21igb: reset PHY in the link_up process to recover PHY setting after power down.Akeem G. Abodunrin1-1/+2
2012-07-21ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck2-7/+17
2012-07-21ixgbe: add support for new 82599 deviceDon Skidmore2-0/+2
2012-07-21ixgbe: remove extra unused queues in DCB + FCoE caseJohn Fastabend1-5/+8
2012-07-21ixgbe: fix RAR entry counting for generic and fdb_add()John Fastabend1-8/+19
2012-07-21ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UPAlexander Duyck1-4/+8
2012-07-21ixgbe: Reduce Rx header size to what is actually usedAlexander Duyck2-9/+10
2012-07-21ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose2-25/+19
2012-07-21ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck2-24/+46
2012-07-21ixgbevf: Add support for PCI error handlingAlexander Duyck1-0/+80
2012-07-21ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck2-2/+41
2012-07-21ixgbe: Change how we check for pre-existing and assigned VFsAlexander Duyck4-94/+45
2012-07-21ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck3-32/+28
2012-07-22vhost: make vhost work queue visibleStefan Hajnoczi2-3/+5
2012-07-22vhost: Separate vhost-net features from vhost featuresStefan Hajnoczi3-5/+6
2012-07-20forcedeth: spin_unlock_irq in interrupt handler fixDenis Efremov1-2/+2
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller13-18/+30
2012-07-20ipv4: Fix neigh lookup keying over loopback/point-to-point devices.David S. Miller1-3/+0
2012-07-20openvswitch: Fix typo in documentation.Leo Alterman1-1/+1
2012-07-20openvswitch: Check gso_type for correct sk_buff in queue_gso_packets().Ben Pfaff1-1/+2
2012-07-20openvswitch: Check currect return value from skb_gso_segment()Pravin B Shelar1-2/+2
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/jkirsh...David 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