aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-06-03netxen: suppress false lro warning messagesSucheta Chakraborty1-0/+6
2011-06-02sungem: Spring cleaning and GRO supportBenjamin Herrenschmidt2-541/+373
2011-06-02bonding: allow all slave speedsJiri Pirko1-8/+1
2011-06-02net: 8021q: Add pr_fmtJoe Perches3-9/+14
2011-06-02sctp: Add ASCONF operation on the single-homed hostMichio Honda6-7/+101
2011-06-02sctp: Add socket option operation for Auto-ASCONF.Michio Honda2-0/+69
2011-06-02sctp: Add sysctl support for Auto-ASCONF.Michio Honda1-0/+7
2011-06-02sctp: Add Auto-ASCONF support (core).Michio Honda6-4/+223
2011-06-02sctp: Allow regular C expression in 4th argument for SCTP_DEBUG_PRINTK_IPADDR macro.YOSHIFUJI Hideaki1-4/+5
2011-06-02sctp: Add ADD/DEL ASCONF handling at the receiver.Michio Honda1-1/+1
2011-06-01caif: Add CAIF HSI Link layer driverDmitry.Tarnyagin4-0/+1377
2011-06-01bnx2x: Improve cl45 access methodsYaniv Rosner1-71/+65
2011-06-01bnx2x: Modify XGXS functionsYaniv Rosner2-53/+37
2011-06-01bnx2x: Fix link status syncYaniv Rosner1-5/+24
2011-06-01bnx2x: Adjust BCM8726 module detection settingsYaniv Rosner5-29/+85
2011-06-01bnx2x: Fix grammar and relocate codeYaniv Rosner2-266/+276
2011-06-01bnx2x: Fix BCM84833 settingsYaniv Rosner2-58/+171
2011-06-01bnx2x: Fix over current port displayYaniv Rosner1-6/+7
2011-06-01bnx2x: Add TX fault check for fiber PHYsYaniv Rosner3-4/+72
2011-06-01bnx2x: Change return status typeYaniv Rosner2-184/+192
2011-06-01bnx2x: Fix port type displayYaniv Rosner8-58/+162
2011-06-01bnx2x: Add new phy BCM8722Yaniv Rosner2-25/+62
2011-05-31be2net: Fallback to the older opcode if MCC_CREATE_EXT opcode is not supported on the cardSomnath Kotur3-2/+76
2011-05-31Merge branch 'batman-adv/next' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller31-276/+284
2011-05-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller33-120/+179
2011-05-31Revert "net: fix section mismatches"David S. Miller10-72/+68
2011-05-31drivers/net/usb/catc.c: Fix potential deadlock in catc_ctrl_run()Alexey Khoroshilov1-1/+1
2011-05-31sctp: stop pending timers and purge queues when peer restart asocWei Yongjun5-12/+31
2011-05-31drivers/net: ks8842 Fix crash on received packet when in PIO mode.Dennis Aberilla1-1/+1
2011-05-31ip_options_compile: properly handle unaligned pointerChris Metcalf1-7/+8
2011-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds23-113/+539
2011-06-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2-1/+3
2011-05-31[IA64] wire up sendmmsg() syscall for ItaniumTony Luck2-1/+3
2011-06-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-2/+2
2011-06-01Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-9/+56
2011-05-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2011-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-2/+3
2011-05-31powerpc/pmac: Don't register pmac PIC syscore ops when HW not presentBenjamin Herrenschmidt1-1/+2
2011-05-31rcu: Cure load woesPeter Zijlstra2-9/+56
2011-05-30x86: Fix mwait_play_dead() faulting on mwait-incapable cpusAvi Kivity1-1/+1
2011-05-30x86 idle: Fix mwait deprecation warning messageBorislav Petkov1-1/+1
2011-05-30autofs4: bogus dentry_unhash() added in ->unlink()Al Viro1-2/+0
2011-05-30vfs: shrink_dcache_parent before rmdir, dir renameSage Weil1-0/+3
2011-05-30batman-adv: Ensure that we really have route changes in update_routeSven Eckelmann1-1/+1
2011-05-30batman-adv: a multiline comment should precede the variable it is describingAntonio Quartulli1-4/+4
2011-05-30batman-adv: use is_broadcast_ether_addr() instead of compare_eth(.., brd_addr)Antonio Quartulli1-1/+1
2011-05-30batman-adv: Check type of x and y in seq_(before|after)Sven Eckelmann1-2/+5
2011-05-30batman-adv: move smallest_signed_int(), seq_before() and seq_after() into main.hAntonio Quartulli2-16/+16
2011-05-30batman-adv: Use rcu_dereference_protected by update-sideSven Eckelmann3-3/+4
2011-05-30batman-adv: Calculate sizeof using variable insead of typesSven Eckelmann14-72/+65