summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-07htb: remove two unnecessary assignmentsChangli Gao
2010-06-07greth: Remove unnecessary memset of napi member in netdev private dataTobias Klauser
2010-06-07raw: avoid two atomics in xmitEric Dumazet
2010-06-07net-caif: Added missing lock validator constantsAlex Lorca
2010-06-07tcp: Fix slowness in read /proc/net/tcpTom Herbert
2010-06-07tg3: Update version to 3.111Matt Carlson
2010-06-07tg3: Add 5719 PCI device and phy IDsMatt Carlson
2010-06-07tg3: Add 5719 ASIC revMatt Carlson
2010-06-07tg3: Use devfn to determine function numberMatt Carlson
2010-06-07tg3: 5717: Allow serdes link via parallel detectMatt Carlson
2010-06-07tg3: Allow single MSI-X vector allocationsMatt Carlson
2010-06-07tg3: Off-by-one error in RSS setupMatt Carlson
2010-06-07tg3: Fix a memory leak on 5717+ devicesMatt Carlson
2010-06-07tg3: Avoid tx lockups on 5755+ devicesMatt Carlson
2010-06-07tg3: Relocate APE mutex regs for 5717+Matt Carlson
2010-06-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-06r8169: fix random mdio_write failuresTimo Teräs
2010-06-06ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet
2010-06-05ixgbevf: Enable GRO by defaultShirley Ma
2010-06-05ipv6: avoid high order allocationsEric Dumazet
2010-06-05fec: convert legacy PM hooks to dem_pm_opsDenis Kirjanov
2010-06-05bonding: allow user-controlled output slave selectionAndy Gospodarek
2010-06-05bonding: add all_slaves_active parameterAndy Gospodarek
2010-06-05skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck
2010-06-05fix return value of __pppoe_xmit() method.Rami Rosen
2010-06-05syncookies: update mss tablesFlorian Westphal
2010-06-05syncookies: avoid unneeded tcp header flag double checkFlorian Westphal
2010-06-05syncookies: make v4/v6 synflood warning behaviour the sameFlorian Westphal
2010-06-04X25: remove duplicated #includeHuang Weiyi
2010-06-04tcp: use correct net ns in cookie_v4_check()Eric Dumazet
2010-06-04rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet
2010-06-04ppp_generic: fix multilink fragment sizesBen McKeegan
2010-06-04syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal
2010-06-04ixgbe: only check pfc bits in hang logic if pfc is enabledJohn Fastabend
2010-06-04net: check for refcount if pop a stacked dst_entrySteffen Klassert
2010-06-04qlcnic: Fix Compilation Issue when CONFIG_INET was not setAnirban Chakraborty
2010-06-04From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet
2010-06-04ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov
2010-06-04arp: RCU changesEric Dumazet
2010-06-04ipv4: RCU changes in __mkroute_input()Eric Dumazet
2010-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-06-03ixgbe: return IXGBE_ERR_RAR_INDEX when out of rangeJeff Kirsher
2010-06-03act_pedit: access skb->data safelyChangli Gao
2010-06-03sfc: Store port number in net_device::dev_idBen Hutchings
2010-06-03epic100: Test __BIG_ENDIAN instead of (non-existent) CONFIG_BIG_ENDIANRoland Dreier
2010-06-03tehuti: return -EFAULT on copy_to_user errorsDan Carpenter
2010-06-03isdn/kcapi: return -EFAULT on copy_from_user errorsDan Carpenter
2010-06-03e1000e: change logical negate to bitwiseDan Carpenter
2010-06-03sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings
2010-06-03net: use __packed annotationEric Dumazet