summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-08-21sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov
2013-08-21sh_eth: get register layout from 'struct sh_eth_cpu_data'Sergei Shtylyov
2013-08-20myri10ge: Add support for ndo_busy_pollHyong-Youb Kim
2013-08-20vhost: Include linux/uio.h instead of linux/socket.hAsias He
2013-08-20pch_gbe: ethtool cannot change parameters when link is downAnders Larsen
2013-08-20moxa: fix missing unlock on error in moxart_mac_start_xmit()Wei Yongjun
2013-08-20sundance: Add netpoll supportDenis Kirjanov
2013-08-20vxlan: using kfree_rcu() to simplify the codeWei Yongjun
2013-08-20r8169,sis190: remove unnecessary length checkPeter Wu
2013-08-20drivers/net: enic: Generate notification of hardware crashNeel Patel
2013-08-20drivers/net: enic: Add an interface for USNIC to interact with firmwareNeel Patel
2013-08-20drivers/net: enic: Adding support for Cisco Low Latency NICNeel Patel
2013-08-20qlcnic: Update version to 5.3.47Himanshu Madhani
2013-08-20qlcnic: Add support for 84xx adapters to load firmware from filePratik Pujar
2013-08-20qlcnic: Loopback Inter Driver Communication AEN handlerManish Chopra
2013-08-20qlcnic: Add PVID support for 84xx adaptersManish Chopra
2013-08-20qlcnic: Enable support for 844X adapterManish Chopra
2013-08-20vxlan: Add tx-vlan offload support.Pravin B Shelar
2013-08-20vxlan: Improve vxlan headroom calculation.Pravin B Shelar
2013-08-20vxlan: Factor out vxlan send api.Pravin B Shelar
2013-08-20vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar
2013-08-20vxlan: Add vxlan recv demux.Pravin B Shelar
2013-08-20vxlan: Restructure vxlan receive.Pravin B Shelar
2013-08-20vxlan: Restructure vxlan socket apis.Pravin B Shelar
2013-08-20r8152: add commentshayeswang
2013-08-20r8152: adjust tx_bottom functionhayeswang
2013-08-20r8152: move some declearation of variableshayeswang
2013-08-20r8152: adjust some duplicated codehayeswang
2013-08-20r8152: replace lockflags with flagshayeswang
2013-08-20r8152: replace void * with struct r8152 *hayeswang
2013-08-20r8152: remove clearing the memory to zero for netdev privhayeswang
2013-08-20sis900: don't restart auto-negotiation each time after link resume.Denis Kirjanov
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-16Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds
2013-08-16Merge tag 'usb-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-08-15net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer
2013-08-15tun: signedness bug in tun_get_user()Dan Carpenter
2013-08-15qlcnic: Update version to 5.2.46.Sucheta Chakraborty
2013-08-15qlcnic: Dump mailbox command data when a command times outManish Chopra
2013-08-15qlcnic: Fix driver initialization for 83xx adaptersManish Chopra
2013-08-15qlcnic: Flush mailbox command list when mailbox is not availableManish Chopra
2013-08-15qlcnic: Reinitialize mailbox data structures after firmware resetManish Chopra
2013-08-15qlcnic: Fix diagnostic interrupt test for 83xx adaptersManish Chopra
2013-08-15qlcnic: Fix beacon state return status handlingSucheta Chakraborty
2013-08-15qlcnic: Fix set driver version commandHimanshu Madhani
2013-08-15net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_sl...Daniel Borkmann
2013-08-15drivers/net/ethernet/via/via-velocity.c: update napi implementationJulia Lawall
2013-08-15net/usb/r8152: enable interrupt transferhayeswang
2013-08-15net/usb/r8152: enable tx checksumhayeswang