aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-06tg3: Allow single MSI-X vector allocationsMatt Carlson1-12/+12
2010-06-06tg3: Off-by-one error in RSS setupMatt Carlson1-1/+1
2010-06-06tg3: Fix a memory leak on 5717+ devicesMatt Carlson1-2/+2
2010-06-06tg3: Avoid tx lockups on 5755+ devicesMatt Carlson2-0/+4
2010-06-06tg3: Relocate APE mutex regs for 5717+Matt Carlson2-12/+38
2010-06-06r8169: fix random mdio_write failuresTimo Teräs1-0/+5
2010-06-06ip6mr: fix a typo in ip6mr_for_each_table()Eric Dumazet1-1/+1
2010-06-05ixgbevf: Enable GRO by defaultShirley Ma1-0/+1
2010-06-05ipv6: avoid high order allocationsEric Dumazet1-1/+4
2010-06-05fec: convert legacy PM hooks to dem_pm_opsDenis Kirjanov1-2/+20
2010-06-05bonding: allow user-controlled output slave selectionAndy Gospodarek5-7/+278
2010-06-05bonding: add all_slaves_active parameterAndy Gospodarek3-1/+68
2010-06-05skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck2-4/+6
2010-06-05fix return value of __pppoe_xmit() method.Rami Rosen1-1/+1
2010-06-05syncookies: update mss tablesFlorian Westphal2-43/+34
2010-06-05syncookies: avoid unneeded tcp header flag double checkFlorian Westphal4-4/+4
2010-06-05syncookies: make v4/v6 synflood warning behaviour the sameFlorian Westphal1-11/+13
2010-06-04X25: remove duplicated #includeHuang Weiyi1-2/+0
2010-06-04tcp: use correct net ns in cookie_v4_check()Eric Dumazet1-1/+1
2010-06-04rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet1-3/+4
2010-06-04ppp_generic: fix multilink fragment sizesBen McKeegan1-1/+1
2010-06-04syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal1-5/+5
2010-06-04ixgbe: only check pfc bits in hang logic if pfc is enabledJohn Fastabend1-1/+1
2010-06-04net: check for refcount if pop a stacked dst_entrySteffen Klassert2-5/+5
2010-06-03qlcnic: Fix Compilation Issue when CONFIG_INET was not setAnirban Chakraborty1-41/+40
2010-06-03From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet2-110/+101
2010-06-03ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov8-220/+195
2010-06-03arp: RCU changesEric Dumazet1-7/+4
2010-06-03ipv4: RCU changes in __mkroute_input()Eric Dumazet1-5/+3
2010-06-03ixgbe: return IXGBE_ERR_RAR_INDEX when out of rangeJeff Kirsher2-0/+3
2010-06-03act_pedit: access skb->data safelyChangli Gao1-10/+14
2010-06-03sfc: Store port number in net_device::dev_idBen Hutchings2-4/+2
2010-06-03epic100: Test __BIG_ENDIAN instead of (non-existent) CONFIG_BIG_ENDIANRoland Dreier1-3/+4
2010-06-03tehuti: return -EFAULT on copy_to_user errorsDan Carpenter1-2/+2
2010-06-03isdn/kcapi: return -EFAULT on copy_from_user errorsDan Carpenter1-3/+3
2010-06-03e1000e: change logical negate to bitwiseDan Carpenter1-1/+1
2010-06-03sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2-1/+7
2010-06-03net: use __packed annotationEric Dumazet30-133/+133
2010-06-03drivers/net: use __packed annotationEric Dumazet113-934/+934
2010-06-03fec: Cleanup PHY probingDenis Kirjanov1-11/+5
2010-06-03fec: convert TX hook to netdev_tx_tDenis Kirjanov1-1/+1
2010-06-03net: mac8390 - Sort out memory/MMIO accesses and castsGeert Uytterhoeven1-22/+22
2010-06-03chelsio: Remove remnants of CONFIG_CHELSIO_T1_COUGARRoland Dreier2-48/+2
2010-06-03ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mcEric Dumazet1-18/+17
2010-06-03ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet5-15/+27
2010-06-03ipconfig: document DHCP hostname and DNS recordWu Fengguang1-0/+2
2010-06-02cls_u32: use skb_header_pointer() to dereference data safelyChangli Gao1-13/+36
2010-06-02TCP: tcp_hybla: Fix integer overflow in slow start incrementDaniele Lacamera1-2/+2
2010-06-02net: replace hooks in __netif_receive_skb V5Jiri Pirko9-83/+93
2010-06-02ipv6: Refactor update of IPv6 flowi destination address for srcrt (RH) optionArnaud Ebalard10-96/+55