aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ip: ip_ra_control() rcu fixEric Dumazet2010-06-102-5/+19
* ipv6: mcast: RCU conversionsEric Dumazet2010-06-091-96/+87
* cleanup: remove pppoe_xmit() declaration.Rami Rosen2010-06-091-1/+0
* icmp: RCU conversion in icmp_address_reply()Eric Dumazet2010-06-091-7/+5
* phonet: use call_rcu for phonet device freeJiri Pirko2010-06-092-4/+12
* anycast: Some RCU conversionsEric Dumazet2010-06-073-59/+49
* net: avoid two atomic ops in ip_rcv_options()Eric Dumazet2010-06-071-4/+2
* ipv4: avoid two atomic ops in ip_rt_redirect()Eric Dumazet2010-06-071-7/+3
* igmp: avoid two atomic ops in igmp_rcv()Eric Dumazet2010-06-071-6/+4
* ip: Router Alert RCU conversionEric Dumazet2010-06-073-18/+18
* macvlan: use call_rcu for port freeJiri Pirko2010-06-071-2/+10
* net: Remove unnecessary net action assertionjamal2010-06-071-3/+0
* net sched: make pedit check for clones insteadjamal2010-06-071-2/+1
* htb: remove two unnecessary assignmentsChangli Gao2010-06-071-2/+0
* greth: Remove unnecessary memset of napi member in netdev private dataTobias Klauser2010-06-071-1/+0
* raw: avoid two atomics in xmitEric Dumazet2010-06-072-8/+12
* net-caif: Added missing lock validator constantsAlex Lorca2010-06-071-3/+3
* tcp: Fix slowness in read /proc/net/tcpTom Herbert2010-06-072-9/+86
* tg3: Update version to 3.111Matt Carlson2010-06-061-2/+2
* tg3: Add 5719 PCI device and phy IDsMatt Carlson2010-06-062-1/+5
* tg3: Add 5719 ASIC revMatt Carlson2010-06-062-18/+52
* tg3: Use devfn to determine function numberMatt Carlson2010-06-062-10/+4
* tg3: 5717: Allow serdes link via parallel detectMatt Carlson2010-06-061-1/+5
* tg3: Allow single MSI-X vector allocationsMatt Carlson2010-06-061-12/+12
* tg3: Off-by-one error in RSS setupMatt Carlson2010-06-061-1/+1
* tg3: Fix a memory leak on 5717+ devicesMatt Carlson2010-06-061-2/+2
* tg3: Avoid tx lockups on 5755+ devicesMatt Carlson2010-06-062-0/+4
* tg3: Relocate APE mutex regs for 5717+Matt Carlson2010-06-062-12/+38
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-0649-270/+323
|\
| * r8169: fix random mdio_write failuresTimo Teräs2010-06-061-0/+5
| * ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet2010-06-061-1/+1
| * ipv6: avoid high order allocationsEric Dumazet2010-06-051-1/+4
| * X25: remove duplicated #includeHuang Weiyi2010-06-041-2/+0
| * tcp: use correct net ns in cookie_v4_check()Eric Dumazet2010-06-041-1/+1
| * rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet2010-06-041-3/+4
| * ppp_generic: fix multilink fragment sizesBen McKeegan2010-06-041-1/+1
| * syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal2010-06-041-5/+5
| * ixgbe: only check pfc bits in hang logic if pfc is enabledJohn Fastabend2010-06-041-1/+1
| * net: check for refcount if pop a stacked dst_entrySteffen Klassert2010-06-042-5/+5
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-033-18/+18
| |\
| | * mac80211: fix dialog token allocatorJohannes Berg2010-06-011-2/+4
| | * mac80211: fix blockack-req processingJohannes Berg2010-06-011-2/+11
| | * ath5k: wake queues on resetBruno Randolf2010-06-011-14/+3
| * | ixgbe: return IXGBE_ERR_RAR_INDEX when out of rangeJeff Kirsher2010-06-032-0/+3
| * | act_pedit: access skb->data safelyChangli Gao2010-06-031-10/+14
| * | sfc: Store port number in net_device::dev_idBen Hutchings2010-06-032-4/+2
| * | epic100: Test __BIG_ENDIAN instead of (non-existent) CONFIG_BIG_ENDIANRoland Dreier2010-06-031-3/+4
| * | tehuti: return -EFAULT on copy_to_user errorsDan Carpenter2010-06-031-2/+2
| * | isdn/kcapi: return -EFAULT on copy_from_user errorsDan Carpenter2010-06-031-3/+3
| * | e1000e: change logical negate to bitwiseDan Carpenter2010-06-031-1/+1