aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-05-231-1/+1
|\
| * PCI/e1000e: Add and use pci_disable_link_state_locked()Yinghai Lu2011-05-211-1/+1
* | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-239-29/+51
|\ \
| * | tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-229-29/+51
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-2320-40/+42
|\ \ \
| * | | b43: fix comment typo reqest -> requestJim Cromie2011-05-231-2/+2
| * | | Haavard Skinnemoen has left AtmelJean Delvare2011-05-181-1/+1
| * | | treewide: fix a few typos in commentsJustin P. Mattock2011-05-108-11/+11
| * | | rtlwifi: don't touch with treewide double semicolon removalJiri Kosina2011-04-271-1/+1
| * | | treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-264-19/+21
| * | | Merge branch 'master' into for-nextJiri Kosina2011-04-26401-1219/+3170
| |\ \ \ | | | |/ | | |/|
| * | | ath9k_hw: don't touch with treewide double semicolon removalJiri Kosina2011-04-131-1/+1
| * | | treewide: remove extra semicolonsJustin P. Mattock2011-04-106-7/+7
| * | | update David Miller's old email addressJustin P. Mattock2011-04-062-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-05-237-64/+54
|\ \ \ \
| * | | | bnx2x: allow device properly initialize after hotplugDmitry Kravkov2011-05-221-43/+24
| * | | | bnx2x: fix DMAE timeout according to hw specificationsDmitry Kravkov2011-05-221-1/+1
| * | | | bnx2x: properly handle CFC DEL in cnic flowVladislav Zolotarov2011-05-221-1/+2
| * | | | bnx2x: call dev_kfree_skb_any instead of dev_kfree_skbVladislav Zolotarov2011-05-222-3/+3
| * | | | net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASEAmerigo Wang2011-05-222-4/+4
| * | | | netpoll: disable netpoll when enslave a deviceAmerigo Wang2011-05-222-9/+19
| * | | | macvlan: Forward unicast frames in bridge mode to lowerdevDavid Ward2011-05-221-4/+2
| * | | | drivers/net: add prefetch header for prefetch usersPaul Gortmaker2011-05-2232-0/+32
| * | | | rionet: Remove pointless printk of skb pointer.David S. Miller2011-05-221-2/+2
* | | | | Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-2232-0/+32
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-20680-32209/+69328
|\ \ \ \
| * | | | macvlan: fix panic if lowerdev in a bondEric Dumazet2011-05-201-2/+2
| * | | | tg3: Add braces around 5906 workaround.Matt Carlson2011-05-201-1/+3
| * | | | tg3: Fix NETIF_F_LOOPBACK errorMatt Carlson2011-05-201-2/+3
| * | | | macvlan: remove one synchronize_rcu() callEric Dumazet2011-05-201-4/+5
| * | | | be2net: Kill set but unused variable 'req' in lancer_fw_download()David S. Miller2011-05-191-2/+0
| * | | | atl1c: atl1c_resume() is only used when CONFIG_PM_SLEEP is defined.David S. Miller2011-05-191-0/+2
| * | | | tg3: Update version to 3.119Matt Carlson2011-05-191-2/+2
| * | | | tg3: Apply rx_discards fix to 5719/5720Matt Carlson2011-05-191-1/+3
| * | | | tg3: Remove excessive parenthesisMatt Carlson2011-05-191-18/+18
| * | | | tg3: Consolidate all netdev feature assignmentsMatt Carlson2011-05-191-27/+24
| * | | | tg3: Move TSO_CAPABLE assignmentMatt Carlson2011-05-191-15/+16
| * | | | tg3: Fix stats for 5704 and later devicesMatt Carlson2011-05-192-4/+13
| * | | | tg3: Fix TSO loopback testMatt Carlson2011-05-191-1/+1
| * | | | tg3: Consolidate autoneg advertisement setup codeMatt Carlson2011-05-191-118/+99
| * | | | tg3: Fix EEE interoperability workaroundMatt Carlson2011-05-192-21/+22
| * | | | tg3: Fix IPv6 TCP problems for 5719Matt Carlson2011-05-191-1/+1
| * | | | tg3: Fix 57765 B0 data corruptionMatt Carlson2011-05-192-0/+20
| * | | | tg3: Cleanup transmit error pathMatt Carlson2011-05-191-60/+38
| * | | | tg3: Set tx bug flags for more devicesMatt Carlson2011-05-191-229/+33
| * | | | be2net: Enable SR-IOV for LancerMammatha Edhala2011-05-182-9/+13
| * | | | bnx2x: add support for retrieving dcb peer configurationShmulik Ravid2011-05-182-25/+131
| * | | | wl12xx: fix compilation error when CONFIG_PM is not setLuciano Coelho2011-05-182-0/+8
| * | | | sfc: Don't use enums as a bitmask.David S. Miller2011-05-176-12/+10
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-1715-57/+118
| |\ \ \ \