summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * net: Document dst->obsolete better.David S. Miller2012-07-207-21/+35
| | * ipv4: Adjust semantics of rt->rt_gateway.David S. Miller2012-07-208-17/+25
| | * ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller2012-07-203-38/+9
| | * ipv4: Remove 'rt_mark' from 'struct rtable'David Miller2012-07-204-10/+3
| | * ipv4: Kill 'rt_src' from 'struct rtable'David Miller2012-07-203-21/+15
| | * ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller2012-07-203-38/+9
| | * ipv4: Kill ip_route_input_noref().David Miller2012-07-206-24/+12
| | * ipv4: Delete routing cache.David S. Miller2012-07-203-933/+13
| * | net: ethernet: davinci_emac: add pm_runtime supportMark A. Greer2012-07-221-21/+22
| * | net: ethernet: davinci_emac: Remove unnecessary #includeMark A. Greer2012-07-221-2/+0
| * | net-next: minor cleanups for bonding documentationRick Jones2012-07-221-3/+3
| * | 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/+8
| * | 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-211-1/+2
| | * | ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck2012-07-212-7/+17
| | * | ixgbe: add support for new 82599 deviceDon Skidmore2012-07-212-0/+2
| | * | ixgbe: remove extra unused queues in DCB + FCoE caseJohn Fastabend2012-07-211-5/+8
| | * | ixgbe: fix RAR entry counting for generic and fdb_add()John Fastabend2012-07-211-8/+19
| | * | ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UPAlexander Duyck2012-07-211-4/+8
| | * | ixgbe: Reduce Rx header size to what is actually usedAlexander Duyck2012-07-212-9/+10
| | * | ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose2012-07-212-25/+19
| | * | ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck2012-07-212-24/+46
| | * | ixgbevf: Add support for PCI error handlingAlexander Duyck2012-07-211-0/+80
| | * | ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck2012-07-212-2/+41
| | * | ixgbe: Change how we check for pre-existing and assigned VFsAlexander Duyck2012-07-214-94/+45
| | * | ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck2012-07-213-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-201-2/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller2012-07-2013-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