Age | Commit message (Expand) | Author | Files | Lines |
2011-05-23 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 9 | -29/+51 |
2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 20 | -40/+42 |
2011-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 7 | -64/+54 |
2011-05-23 | b43: fix comment typo reqest -> request | Jim Cromie | 1 | -2/+2 |
2011-05-23 | Add appropriate <linux/prefetch.h> include for prefetch users | Paul Gortmaker | 32 | -0/+32 |
2011-05-23 | bnx2x: allow device properly initialize after hotplug | Dmitry Kravkov | 1 | -43/+24 |
2011-05-23 | bnx2x: fix DMAE timeout according to hw specifications | Dmitry Kravkov | 1 | -1/+1 |
2011-05-23 | bnx2x: properly handle CFC DEL in cnic flow | Vladislav Zolotarov | 1 | -1/+2 |
2011-05-23 | bnx2x: call dev_kfree_skb_any instead of dev_kfree_skb | Vladislav Zolotarov | 2 | -3/+3 |
2011-05-23 | net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASE | Amerigo Wang | 2 | -4/+4 |
2011-05-23 | netpoll: disable netpoll when enslave a device | Amerigo Wang | 2 | -9/+19 |
2011-05-23 | macvlan: Forward unicast frames in bridge mode to lowerdev | David Ward | 1 | -4/+2 |
2011-05-23 | drivers/net: add prefetch header for prefetch users | Paul Gortmaker | 32 | -0/+32 |
2011-05-23 | rionet: Remove pointless printk of skb pointer. | David S. Miller | 1 | -2/+2 |
2011-05-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 680 | -32209/+69328 |
2011-05-20 | sanitize <linux/prefetch.h> usage | Linus Torvalds | 2 | -0/+2 |
2011-05-20 | macvlan: fix panic if lowerdev in a bond | Eric Dumazet | 1 | -2/+2 |
2011-05-20 | tg3: Add braces around 5906 workaround. | Matt Carlson | 1 | -1/+3 |
2011-05-20 | tg3: Fix NETIF_F_LOOPBACK error | Matt Carlson | 1 | -2/+3 |
2011-05-20 | macvlan: remove one synchronize_rcu() call | Eric Dumazet | 1 | -4/+5 |
2011-05-20 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -15/+2 |
2011-05-20 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 3 | -0/+813 |
2011-05-20 | be2net: Kill set but unused variable 'req' in lancer_fw_download() | David S. Miller | 1 | -2/+0 |
2011-05-20 | atl1c: atl1c_resume() is only used when CONFIG_PM_SLEEP is defined. | David S. Miller | 1 | -0/+2 |
2011-05-20 | tg3: Update version to 3.119 | Matt Carlson | 1 | -2/+2 |
2011-05-20 | tg3: Apply rx_discards fix to 5719/5720 | Matt Carlson | 1 | -1/+3 |
2011-05-20 | tg3: Remove excessive parenthesis | Matt Carlson | 1 | -18/+18 |
2011-05-20 | tg3: Consolidate all netdev feature assignments | Matt Carlson | 1 | -27/+24 |
2011-05-20 | tg3: Move TSO_CAPABLE assignment | Matt Carlson | 1 | -15/+16 |
2011-05-20 | tg3: Fix stats for 5704 and later devices | Matt Carlson | 2 | -4/+13 |
2011-05-20 | tg3: Fix TSO loopback test | Matt Carlson | 1 | -1/+1 |
2011-05-20 | tg3: Consolidate autoneg advertisement setup code | Matt Carlson | 1 | -118/+99 |
2011-05-20 | tg3: Fix EEE interoperability workaround | Matt Carlson | 2 | -21/+22 |
2011-05-20 | tg3: Fix IPv6 TCP problems for 5719 | Matt Carlson | 1 | -1/+1 |
2011-05-20 | tg3: Fix 57765 B0 data corruption | Matt Carlson | 2 | -0/+20 |
2011-05-20 | tg3: Cleanup transmit error path | Matt Carlson | 1 | -60/+38 |
2011-05-20 | tg3: Set tx bug flags for more devices | Matt Carlson | 1 | -229/+33 |
2011-05-19 | m68k/atari: Do not use "/" in interrupt names | Geert Uytterhoeven | 1 | -1/+1 |
2011-05-19 | MIPS: Lantiq: Add ethernet driver | John Crispin | 3 | -0/+813 |
2011-05-19 | be2net: Enable SR-IOV for Lancer | Mammatha Edhala | 2 | -9/+13 |
2011-05-19 | bnx2x: add support for retrieving dcb peer configuration | Shmulik Ravid | 2 | -25/+131 |
2011-05-19 | Haavard Skinnemoen has left Atmel | Jean Delvare | 1 | -1/+1 |
2011-05-19 | wl12xx: fix compilation error when CONFIG_PM is not set | Luciano Coelho | 2 | -0/+8 |
2011-05-18 | drivercore: revert addition of of_match to struct device | Grant Likely | 4 | -9/+21 |
2011-05-18 | sfc: Don't use enums as a bitmask. | David S. Miller | 6 | -12/+10 |
2011-05-18 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 15 | -57/+118 |
2011-05-17 | xen: netback: use __CONST_RING_SIZE not __RING_SIZE | Ian Campbell | 1 | -2/+2 |
2011-05-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sf... | David S. Miller | 5 | -21/+29 |
2011-05-17 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 132 | -1506/+14440 |
2011-05-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2 | -0/+10 |