summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-22tun: Implement ip link del tunXXXEric W. Biederman1-31/+25
2009-01-22tun: There is no longer any need to deny changing network namespacesEric W. Biederman1-1/+0
2009-01-22tun: Fix races between tun_net_close and free_netdev.Eric W. Biederman1-2/+48
2009-01-22tun: Move read_wait into tun_fileEric W. Biederman1-8/+10
2009-01-22tun: Make tun_net_xmit atomic wrt tun_attach && tun_detachEric W. Biederman1-7/+17
2009-01-22tun: Grab the netns in open.Eric W. Biederman1-4/+6
2009-01-22tun: Introduce tun_fileEric W. Biederman1-52/+104
2009-01-22tun: Use POLLERR not EBADF in tun_chr_pollEric W. Biederman1-1/+1
2009-01-22tun: Fix races in tun_set_iffEric W. Biederman1-16/+32
2009-01-22tun: Remove unnecessary tun_get_by_nameEric W. Biederman1-55/+19
2009-01-22net: pppoe,pppol2tp - register channels with explicit netCyrill Gorcunov2-2/+2
2009-01-22net: ppp_generic - introduce net-namespace functionality v2Cyrill Gorcunov2-77/+202
2009-01-22net: pppol2tp - introduce net-namespace functionalityCyrill Gorcunov2-47/+117
2009-01-22net: pppoe - introduce net-namespace functionalityCyrill Gorcunov2-136/+248
2009-01-22net: pppoe - code cleanup and helpersCyrill Gorcunov1-81/+86
2009-01-22ehea: Improve driver behaviour in low mem conditionsThomas Klein1-19/+12
2009-01-22ehea: Fix mem allocations which require page alignmentThomas Klein2-30/+30
2009-01-22ehea: Use net_device_ops structureThomas Klein2-15/+20
2009-01-22e1000: drop lltx, remove unnecessary lockAlexander Duyck2-28/+3
2009-01-22igb: make certain to power on optics for 82576 fiber nicsAlexander Duyck1-0/+7
2009-01-22igb: igb should not flag lltxAlexander Duyck1-1/+0
2009-01-22bnx2: annotate bp->phy_lock functionsHarvey Harrison1-0/+10
2009-01-22cxgb3: Replace LRO with GROHerbert Xu5-153/+24
2009-01-22gre: strict physical device bindingTimo Teras1-40/+88
2009-01-22phylib: unsigneds go unnoticedRoel Kluin1-4/+9
2009-01-22virtio_net: add link status handlingMark McLoughlin2-1/+47
2009-01-22smc91x: enable ethtool EEPROM interfaceVernon Sauder2-2/+124
2009-01-22PS3: gelic: wireless: convert the wireless part to net_device_opsMasakazu Mokuno1-12/+16
2009-01-22PS3: gelic: convert the ethernet part to net_device_opsMasakazu Mokuno1-10/+14
2009-01-22tg3: remove extra castingFrancois Romieu1-2/+2
2009-01-22inet: Allowing more than 64k connections and heavily optimize bind(0) time.Evgeniy Polyakov3-9/+46
2009-01-22igb: Replace LRO with GROHerbert Xu4-118/+6
2009-01-22typhoon: replace users of __constant_{endian}Harvey Harrison2-118/+118
2009-01-22sfc: Replace LRO with GROHerbert Xu7-214/+19
2009-01-22ixgbe: Replace LRO with GROHerbert Xu4-89/+13
2009-01-22dccp: Debugging functions for feature negotiationGerrit Renker4-59/+109
2009-01-22dccp: Initialisation and type-checking of feature sysctlsGerrit Renker6-31/+46
2009-01-22dccp: Implement both feature-local and feature-remote Sequence Window featureGerrit Renker6-45/+24
2009-01-22dccp: Initialisation framework for feature negotiationGerrit Renker3-29/+57
2009-01-22cxgb3: ease msi-x settings conditionsDivy Le Ray2-8/+16
2009-01-22e1000e: Invoke VLAN GRO handlerHerbert Xu1-2/+2
2009-01-22net: Remove redundant NAPI functionsBen Hutchings66-277/+227
2009-01-22sc92031: add a link to the datasheetCesar Eduardo Barros1-0/+3
2009-01-22sc92031: use device id directly instead of made-up nameCesar Eduardo Barros2-6/+4
2009-01-22sc92031: inline SC92031_DESCRIPTIONCesar Eduardo Barros1-2/+1
2009-01-22sc92031: remove meaningless version stringCesar Eduardo Barros1-3/+0
2009-01-22sc92031: more useful banner in kernel logCesar Eduardo Barros1-1/+9
2009-01-22net: constify VFTsJan Engelhardt9-16/+16
2009-01-22WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa25-133/+186
2009-01-22WAN: Allow hw HDLC drivers to override dev->get_stats.Krzysztof Hałasa1-11/+1