summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2013-03-082-33/+40
* ipv6 flowlabel: add __rcu annotationsEric Dumazet2013-03-072-7/+12
* bridge: use ipv4_is_local_multicast() helperAmerigo Wang2013-03-071-1/+1
* bgmac: register MII busRafał Miłecki2013-03-072-1/+80
* be2net: Update copyright yearVasundhara Volam2013-03-078-8/+8
* CAIF: fix indentation for function argumentsSilviu-Mihai Popescu2013-03-0712-56/+55Star
* tcp: uninline tcp_prequeue()Eric Dumazet2013-03-072-44/+45
* Merge branch 'tg3'David S. Miller2013-03-072-108/+288
|\
| * tg3: Download 57766 EEE service patch firmwareNithin Sujir2013-03-072-16/+128
| * tg3: Enhance firmware download code to support fragmented firmwareNithin Sujir2013-03-071-6/+42
| * tg3: Cleanup firmware parsing codeNithin Sujir2013-03-072-36/+34Star
| * tg3: Refactor the 2nd type of cpu pauseNithin Sujir2013-03-071-26/+27
| * tg3: Refactor cpu pause/resume codeNithin Sujir2013-03-071-25/+58
| * tg3: Add new FW_TSO flagMatt Carlson2013-03-072-8/+8
|/
* Merge branch 'fdb'David S. Miller2013-03-075-138/+91Star
|\
| * qlcnic: Use generic fdb handler when driver options are not enabled.Vlad Yasevich2013-03-071-15/+6Star
| * mlx4: Remove driver specific fdb handlers.Vlad Yasevich2013-03-071-76/+0Star
| * ixgbe: Make use of the default fdb handlers.Vlad Yasevich2013-03-071-41/+1Star
| * net: generic fdb support for drivers without ndo_fdb_<op>Vlad Yasevich2013-03-072-6/+84
|/
* htb: add HTB_DIRECT_QLEN attributeEric Dumazet2013-03-062-15/+17
* r6040: check MDIO register busy waiting resultFlorian Fainelli2013-03-061-4/+7
* netconf: add the handler to dump entriesNicolas Dichtel2013-03-062-2/+138
* team: introduce random modeJiri Pirko2013-03-065-21/+105
* team: introduce two default team_modeop functions and use them in modesJiri Pirko2013-03-064-28/+24Star
* bnx2x: use the default NAPI weightEric Dumazet2013-03-062-3/+2Star
* net: introduce NAPI_POLL_WEIGHTEric Dumazet2013-03-062-0/+8
* tcp: ipv6: bind() use stronger condition for bind_conflictFlavio Leitner2013-03-061-0/+4
* net: cs89x0: use module_platform_driver_probe()Jingoo Han2013-03-061-13/+1Star
* net: macb: use module_platform_driver_probe()Jingoo Han2013-03-061-12/+1Star
* net: at91_ether: use module_platform_driver_probe()Jingoo Han2013-03-061-12/+1Star
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-03-0610-19/+17Star
|\
| * powerpc: Set DSCR bit in FSCR setupMichael Neuling2013-03-051-1/+1
| * powerpc: Add DSCR FSCR register bit definitionMichael Neuling2013-03-051-1/+2
| * powerpc: Fix setting FSCR for HV=0 and on secondary CPUsMichael Neuling2013-03-051-1/+2
| * powerpc: Wireup the kcmp syscall to sys_niTony Breeds2013-03-053-1/+3
| * powerpc: Remove unused BITOP_LE_SWIZZLE macroAkinobu Mita2013-03-051-2/+0Star
| * powerpc: Avoid link stack corruption in MMU on syscall entry pathMichael Neuling2013-03-051-2/+2
| * drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang2013-03-051-7/+2Star
| * powerpc/pseries/hvcserver: Fix strncpy buffer limit in location codeChen Gang2013-03-051-2/+3
| * powerpc: Fix compile of sha1-powerpc-asm.S on 32-bitTony Breeds2013-03-051-2/+2
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-061-3/+16
|\ \
| * | hw_random: make buffer usable in scatterlist.Rusty Russell2013-03-051-3/+16
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-0659-334/+2083
|\ \
| * | tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-041-3/+3
| * | CAIF: fix sparse warning for caif_usbSilviu-Mihai Popescu2013-03-041-2/+2
| * | rds: simplify a warning messageCong Wang2013-03-041-4/+1Star
| * | net: fec: fix build error in no MXC platformFrank Li2013-03-041-8/+7Star
| * | net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-041-1/+2
| * | net: fec: put tx to napi poll function to fix dead lockFrank Li2013-03-042-47/+41Star
| * | sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang2013-03-041-5/+3Star