summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-19net/staging: add needed interrupt.h and hardirq.h includesStephen Rothwell12-0/+15
2011-06-19davinci_emac: fix race in transmit time stamping.Richard Cochran1-1/+2
2011-06-19smsc9420: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-19stmmac: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-19r6040: fix race in transmit time stamping.Richard Cochran1-2/+3
2011-06-19tg3: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-19fec: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-19net: correct comment on where to place transmit time stamp hook.Richard Cochran1-2/+1
2011-06-18r8169: check firmware content sooner.Francois Romieu1-19/+44
2011-06-18r8169: support new firmware format.Hayes Wang1-1/+35
2011-06-18r8169: explicit firmware format check.Francois Romieu1-13/+49
2011-06-18r8169: move the firmware down into the device private data.Francois Romieu1-26/+48
2011-06-17e1000: remove unnecessary codeGreg Dietsche1-6/+1
2011-06-17net: icplus: remove unnecessary codeGreg Dietsche1-5/+1
2011-06-17net/rds: use prink_ratelimited() instead of printk_ratelimit()Manuel Zerpies7-22/+21
2011-06-17net/can: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+3
2011-06-16rtnetlink: unlock on error path in netlink_dump()Dan Carpenter1-2/+1
2011-06-16gianfar: Use pr_<level>, netdev_<level> and netif_<level>Joe Perches2-76/+58
2011-06-16net: Remove casts of void *Joe Perches21-83/+74
2011-06-16be2net: support multiple TX queuesSathya Perla3-119/+171
2011-06-16netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik11-27/+28
2011-06-16netfilter: ipset: hash:net,iface type introducedJozsef Kadlecsik5-0/+784
2011-06-16netfilter: ipset: use the stored first cidr value instead of '1'Jozsef Kadlecsik3-8/+16
2011-06-16netfilter: ipset: fix return code for destroy when sets are in useJozsef Kadlecsik1-1/+1
2011-06-16netfilter: ipset: add xt_action_param to the variant level kadt functions, ip...Jozsef Kadlecsik14-16/+43
2011-06-16netfilter: ipset: use unified from/to address masking and check the usageJozsef Kadlecsik8-17/+15
2011-06-16netfilter: ipset: take into account cidr value for the from address when crea...Jozsef Kadlecsik1-0/+1
2011-06-16netfilter: ipset: adding ranges to hash types with timeout could still fail, ...Jozsef Kadlecsik1-1/+1
2011-06-16netfilter: ipset: support range for IPv4 at adding/deleting elements for hash...Jozsef Kadlecsik8-55/+165
2011-06-16netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik12-32/+49
2011-06-16netfilter: ipset: fix adding ranges to hash typesJozsef Kadlecsik13-34/+157
2011-06-16netfilter: ipset: support listing setnames and headers tooJozsef Kadlecsik2-27/+50
2011-06-16netfilter: ipset: options and flags support added to the kernel APIJozsef Kadlecsik16-134/+206
2011-06-16netfilter: ipset: whitespace fixes: some space before tab slipped inJozsef Kadlecsik1-2/+2
2011-06-16netfilter: ipset: timeout can be modified for already added elementsJozsef Kadlecsik12-101/+136
2011-06-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/...Patrick McHardy9-133/+100
2011-06-16Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy7750-390994/+480964
2011-06-15tg3: Create funcs for power source switchingMatt Carlson1-82/+119
2011-06-15tg3: Migrate phy preprocessor defs to system defsMatt Carlson3-22/+14
2011-06-15tg3: Show flowctrl settings through get_settings()Matt Carlson1-0/+12
2011-06-15tg3: Fix EEE debounce timer valuesMatt Carlson1-2/+2
2011-06-15tg3: Add more selfboot formats to NVRAM selftestMatt Carlson1-1/+13
2011-06-15tg3: Remove 4G_DMA_BNDRY_BUG flagMatt Carlson2-12/+3
2011-06-15tg3: Remove 40BIT_DMA_LIMIT_BUGMatt Carlson2-7/+2
2011-06-15tg3: Workaround tagged status update bugMatt Carlson2-1/+40
2011-06-15bnx2x: Update date to 2011/06/13 and version to 1.70.00-0Vladislav Zolotarov1-2/+2
2011-06-15bnx2x: PFC support for 578xxDmitry Kravkov2-121/+406
2011-06-15bnx2x: Rename LASI registers to definitions in mdio.hYaniv Rosner2-47/+41
2011-06-15bnx2x: Add a periodic task for link PHY eventsYaniv Rosner6-18/+294
2011-06-15bnx2x: Adjust BCM84833 to BCM578xxYaniv Rosner2-5/+127