summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-1/+1
2011-05-25hdlcdrv: Drop __TIME__ usageMichal Marek1-1/+1
2011-05-25baycom: Drop __TIME__ usageMichal Marek4-4/+4
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles1-3/+3
2011-05-25Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville123-870/+1348
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds20-21/+21
2011-05-24iwlagn: dbg_fixed_rate only used when CONFIG_MAC80211_DEBUGFS enabledWey-Yi Guy1-2/+2
2011-05-24be2net: hash key for rss-config cmd not setSathya Perla1-1/+2
2011-05-24CDC NCM: release interfaces fix in unbind()Alexey Orishko1-48/+25
2011-05-24bnx2x: fix inverted conditionDmitry Kravkov1-1/+1
2011-05-24net/irda: convert bfin_sir to common Blackfin UART headerMike Frysinger2-89/+33
2011-05-24Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-1/+1
2011-05-24ehea: Fix multicast registration on semi-promiscuous modeBreno Leitao1-1/+1
2011-05-24ptp: Fix dp83640 build warning when building staticallyJohn Stultz1-1/+1
2011-05-24ptp: Added a clock driver for the National Semiconductor PHYTER.Richard Cochran3-0/+1368
2011-05-24ptp: Added a clock driver for the IXP46x.Richard Cochran1-3/+192
2011-05-24ptp: Added a clock that uses the eTSEC found on the MPC85xx.Richard Cochran2-0/+589
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-29/+51
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds20-40/+42
2011-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-64/+54
2011-05-23b43: fix comment typo reqest -> requestJim Cromie1-2/+2
2011-05-23Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker32-0/+32
2011-05-23bnx2x: allow device properly initialize after hotplugDmitry Kravkov1-43/+24
2011-05-23bnx2x: fix DMAE timeout according to hw specificationsDmitry Kravkov1-1/+1
2011-05-23bnx2x: properly handle CFC DEL in cnic flowVladislav Zolotarov1-1/+2
2011-05-23bnx2x: call dev_kfree_skb_any instead of dev_kfree_skbVladislav Zolotarov2-3/+3
2011-05-23net: rename NETDEV_BONDING_DESLAVE to NETDEV_RELEASEAmerigo Wang2-4/+4
2011-05-23netpoll: disable netpoll when enslave a deviceAmerigo Wang2-9/+19
2011-05-23macvlan: Forward unicast frames in bridge mode to lowerdevDavid Ward1-4/+2
2011-05-23drivers/net: add prefetch header for prefetch usersPaul Gortmaker32-0/+32
2011-05-23rionet: Remove pointless printk of skb pointer.David S. Miller1-2/+2
2011-05-21PCI/e1000e: Add and use pci_disable_link_state_locked()Yinghai Lu1-1/+1
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds680-32209/+69328
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds2-0/+2
2011-05-20macvlan: fix panic if lowerdev in a bondEric Dumazet1-2/+2
2011-05-20tg3: Add braces around 5906 workaround.Matt Carlson1-1/+3
2011-05-20tg3: Fix NETIF_F_LOOPBACK errorMatt Carlson1-2/+3
2011-05-20macvlan: remove one synchronize_rcu() callEric Dumazet1-4/+5
2011-05-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-15/+2
2011-05-20Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds3-0/+813
2011-05-20be2net: Kill set but unused variable 'req' in lancer_fw_download()David S. Miller1-2/+0
2011-05-20atl1c: atl1c_resume() is only used when CONFIG_PM_SLEEP is defined.David S. Miller1-0/+2
2011-05-20tg3: Update version to 3.119Matt Carlson1-2/+2
2011-05-20tg3: Apply rx_discards fix to 5719/5720Matt Carlson1-1/+3
2011-05-20tg3: Remove excessive parenthesisMatt Carlson1-18/+18
2011-05-20tg3: Consolidate all netdev feature assignmentsMatt Carlson1-27/+24
2011-05-20tg3: Move TSO_CAPABLE assignmentMatt Carlson1-15/+16
2011-05-20tg3: Fix stats for 5704 and later devicesMatt Carlson2-4/+13
2011-05-20tg3: Fix TSO loopback testMatt Carlson1-1/+1
2011-05-20tg3: Consolidate autoneg advertisement setup codeMatt Carlson1-118/+99