summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-241363-57829/+69993
|\
| * genetlink: define lockdep_genl_is_held() when CONFIG_LOCKDEPWANG Cong2012-07-242-2/+2
| * r8169: revert "add byte queue limit support".Francois Romieu2012-07-231-22/+5
| * ipv4: Change rt->rt_iif encoding.David S. Miller2012-07-232-5/+9
| * net: Make skb->skb_iif always track skb->devDavid S. Miller2012-07-231-2/+1
| * ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller2012-07-2310-27/+27
| * ipv4: Remove all RTCF_DIRECTSRC handliing.David S. Miller2012-07-231-9/+2
| * ipv4: Really ignore ICMP address requests/replies.David S. Miller2012-07-231-82/+2
| * decnet: Don't set RTCF_DIRECTSRC.David S. Miller2012-07-231-2/+0
| * net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse.Saurabh2012-07-231-5/+5
| * ipv4: Remove redundant assignmentLin Ming2012-07-231-1/+0
| * rds: set correct msg_namelenWeiping Pan2012-07-231-0/+3
| * openvswitch: potential NULL deref in sample()Dan Carpenter2012-07-231-0/+3
| * tcp: dont drop MTU reduction indicationsEric Dumazet2012-07-235-21/+51
| * bnx2x: Add new 57840 device IDsYuval Mintz2012-07-233-10/+38
| * tcp: avoid oops in tcp_metrics and reset tcpm_stampJulian Anastasov2012-07-231-2/+3
| * niu: Change niu_rbr_fill() to use unlikely() to check niu_rbr_add_page() retu...Shuah Khan2012-07-221-1/+1
| * niu: Fix to check for dma mapping errors.Shuah Khan2012-07-221-0/+4
| * net: Fix references to out-of-scope variables in put_cmsg_compat()Jesper Juhl2012-07-221-2/+2
| * Merge branch 'kill_rtcache'David S. Miller2012-07-2226-1206/+292
| |\
| | * ipv4: Kill rt->fiDavid S. Miller2012-07-202-32/+1
| | * ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller2012-07-203-9/+9
| | * ipv4: Kill rt->rt_oifDavid S. Miller2012-07-204-9/+5
| | * ipv4: Dirty less cache lines in route caching paths.David S. Miller2012-07-201-3/+3
| | * ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller2012-07-206-13/+5
| | * ipv4: Cache input routes in fib_info nexthops.David S. Miller2012-07-203-12/+46
| | * ipv4: Cache output routes in fib_info nexthops.David S. Miller2012-07-203-43/+101
| | * ipv4: Kill routes during PMTU/redirect updates.David S. Miller2012-07-202-12/+30
| | * 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