summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin11-60/+50
2013-02-28ppp: convert to idr_alloc()Tejun Heo1-29/+4
2013-02-28macvtap: convert to idr_alloc()Tejun Heo1-16/+5
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-4/+4
2013-02-27Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+1
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-180/+98
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds7-63/+243
2013-02-26usbnet: smsc95xx: rename FEATURE_AUTOSUSPENDMing Lei1-7/+7
2013-02-26usbnet: smsc95xx: fix broken runtime suspendMing Lei1-10/+2
2013-02-26usbnet: smsc95xx: fix suspend failureMing Lei1-3/+9
2013-02-26bgmac: fix indexing of 2nd level loopsRafał Miłecki1-7/+11
2013-02-26b43: Fix lockdep splat on module unloadLarry Finger1-1/+2
2013-02-26VXLAN: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar1-1/+2
2013-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-29/+5
2013-02-25mlx4: Implement memory windows allocation and deallocationShani Michaeli1-0/+95
2013-02-25mlx4_core: Enable memory windows in {INIT, QUERY}_HCAShani Michaeli4-0/+10
2013-02-25mlx4_core: Disable memory windows for virtual functionsShani Michaeli4-15/+75
2013-02-25net/pasemi: Fix missing coding styleSyam Sidhardhan1-3/+6
2013-02-25vmxnet3: fix ethtool ring buffer size settingNeil Horman1-4/+2
2013-02-25vmxnet3: make local function staticstephen hemminger1-2/+2
2013-02-25bnx2x: remove dead code and make local funcs staticstephen hemminger2-60/+2
2013-02-24gianfar: fix compile fail for NET_POLL=y due to struct packingPaul Gortmaker1-12/+14
2013-02-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+2
2013-02-23vxlan: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-02-23mlx4_en: fix allocation of CPU affinity reverse-mapKleber Sacilotto de Souza1-1/+1
2013-02-23mlx4_en: fix allocation of device tx_cqKleber Sacilotto de Souza1-1/+1
2013-02-23new helper: file_inode(file)Al Viro3-4/+4
2013-02-23net: fec: Fix division by zeroFabio Estevam1-34/+34
2013-02-22brcmfmac: fix missing unlock on error in brcmf_notify_vif_event()Wei Yongjun1-1/+3
2013-02-22mwifiex: fix system freeze while reloading driverAvinash Patil1-10/+1
2013-02-22mwifiex: don't drop carrier flag over suspendDaniel Drake2-18/+1
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-1/+1
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds5-5/+4
2013-02-22Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-2/+2
2013-02-22sun.com documentation fixesChristian Kujau1-2/+2
2013-02-22Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-0/+3
2013-02-22qlcnic: Bump up the version to 5.1.35Jitendra Kalsaria1-2/+2
2013-02-22qlcnic: Fix configure interrupts for 83xx adapter typesManish Chopra1-7/+0
2013-02-22qlcnic: Fix internal loopback test for 82xx adapterShahed Shaikh1-1/+1
2013-02-22Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-2/+414
2013-02-22Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-26/+29
2013-02-22net: fec: Ensure that initialization is done prior to request_irq()Fabio Estevam1-15/+15
2013-02-22Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds34-126/+92
2013-02-21mlx4_core: Propagate MR deregistration failures to callerShani Michaeli2-9/+24
2013-02-21mlx4_core: Rename MPT-related functions to have mpt_ prefixShani Michaeli3-39/+39
2013-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds781-47780/+70318
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+2
2013-02-20Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-58/+35
2013-02-20Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-2/+2
2013-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville30-110/+988