summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: netprio_cgroup: rework update socket logicJohn Fastabend2012-07-225-8/+61
* tun: experimental zero copy tx supportMichael S. Tsirkin2012-07-221-12/+134
* skbuff: export skb_copy_ubufsMichael S. Tsirkin2012-07-221-1/+1
* net: orphan frags on receiveMichael S. Tsirkin2012-07-221-1/+6
* tun: orphan frags on xmitMichael S. Tsirkin2012-07-221-0/+2
* skbuff: convert to skb_orphan_fragsMichael S. Tsirkin2012-07-221-14/+8Star
* skbuff: add an api to orphan fragsMichael S. Tsirkin2012-07-221-0/+16
* ixgbe: Fix build with PCI_IOV enabled.David S. Miller2012-07-221-1/+1
* forcedeth: advertise transmit time stampingRichard Cochran2012-07-221-0/+1
* e1000e: advertise transmit time stampingRichard Cochran2012-07-221-0/+1
* e1000: advertise transmit time stampingRichard Cochran2012-07-221-0/+1
* bnx2x: advertise transmit time stampingRichard Cochran2012-07-221-0/+1
* 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/+19Star
| * 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/+45Star
| * ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck2012-07-223-32/+28Star
* | 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/+0Star
* | 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