summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* com0020: Add missing symbol export for com20020_netdev_ops.David S. Miller2009-01-251-0/+1
* kmsg: convert claw printk messagesAndy Richter2009-01-251-198/+233
* smsc95xx: fix function prototype of async callbackSteve Glendinning2009-01-251-2/+2
* smsc95xx: remove unused completion structSteve Glendinning2009-01-251-4/+0
* e1000e: drop lltx, remove unnecessary lockJesse Brandeburg2009-01-222-33/+3
* au1000: reorder functionsFlorian Fainelli2009-01-221-532/+511
* net: pppoe - get rid of DECLARE_MAC_BUFCyrill Gorcunov2009-01-221-1/+0
* tun: Implement ip link del tunXXXEric W. Biederman2009-01-211-31/+25
* tun: There is no longer any need to deny changing network namespacesEric W. Biederman2009-01-211-1/+0
* tun: Fix races between tun_net_close and free_netdev.Eric W. Biederman2009-01-211-2/+48
* tun: Move read_wait into tun_fileEric W. Biederman2009-01-211-8/+10
* tun: Make tun_net_xmit atomic wrt tun_attach && tun_detachEric W. Biederman2009-01-211-7/+17
* tun: Grab the netns in open.Eric W. Biederman2009-01-211-4/+6
* tun: Introduce tun_fileEric W. Biederman2009-01-211-52/+104
* tun: Use POLLERR not EBADF in tun_chr_pollEric W. Biederman2009-01-211-1/+1
* tun: Fix races in tun_set_iffEric W. Biederman2009-01-211-16/+32
* tun: Remove unnecessary tun_get_by_nameEric W. Biederman2009-01-211-55/+19
* net: pppoe,pppol2tp - register channels with explicit netCyrill Gorcunov2009-01-212-2/+2
* net: ppp_generic - introduce net-namespace functionality v2Cyrill Gorcunov2009-01-211-77/+198
* net: pppol2tp - introduce net-namespace functionalityCyrill Gorcunov2009-01-212-47/+117
* net: pppoe - introduce net-namespace functionalityCyrill Gorcunov2009-01-212-136/+248
* net: pppoe - code cleanup and helpersCyrill Gorcunov2009-01-211-81/+86
* ehea: Improve driver behaviour in low mem conditionsThomas Klein2009-01-211-19/+12
* ehea: Fix mem allocations which require page alignmentThomas Klein2009-01-212-30/+30
* ehea: Use net_device_ops structureThomas Klein2009-01-212-15/+20
* e1000: drop lltx, remove unnecessary lockAlexander Duyck2009-01-212-28/+3
* igb: make certain to power on optics for 82576 fiber nicsAlexander Duyck2009-01-211-0/+7
* igb: igb should not flag lltxAlexander Duyck2009-01-211-1/+0
* bnx2: annotate bp->phy_lock functionsHarvey Harrison2009-01-211-0/+10
* cxgb3: Replace LRO with GROHerbert Xu2009-01-215-153/+24
* phylib: unsigneds go unnoticedRoel Kluin2009-01-211-4/+9
* virtio_net: add link status handlingMark McLoughlin2009-01-211-1/+42
* smc91x: enable ethtool EEPROM interfaceVernon Sauder2009-01-212-2/+124
* PS3: gelic: wireless: convert the wireless part to net_device_opsMasakazu Mokuno2009-01-211-12/+16
* PS3: gelic: convert the ethernet part to net_device_opsMasakazu Mokuno2009-01-211-10/+14
* tg3: remove extra castingFrancois Romieu2009-01-211-2/+2
* igb: Replace LRO with GROHerbert Xu2009-01-214-118/+6
* typhoon: replace users of __constant_{endian}Harvey Harrison2009-01-212-118/+118
* sfc: Replace LRO with GROHerbert Xu2009-01-217-214/+19
* ixgbe: Replace LRO with GROHerbert Xu2009-01-214-89/+13
* cxgb3: ease msi-x settings conditionsDivy Le Ray2009-01-212-8/+16
* e1000e: Invoke VLAN GRO handlerHerbert Xu2009-01-211-2/+2
* net: Remove redundant NAPI functionsBen Hutchings2009-01-2165-227/+227
* sc92031: add a link to the datasheetCesar Eduardo Barros2009-01-211-0/+3
* sc92031: use device id directly instead of made-up nameCesar Eduardo Barros2009-01-211-6/+2
* sc92031: inline SC92031_DESCRIPTIONCesar Eduardo Barros2009-01-211-2/+1
* sc92031: remove meaningless version stringCesar Eduardo Barros2009-01-211-3/+0
* sc92031: more useful banner in kernel logCesar Eduardo Barros2009-01-211-1/+9
* net: constify VFTsJan Engelhardt2009-01-219-16/+16
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof HaƂasa2009-01-2124-133/+181