summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-18sky2: version 1.22Stephen Hemminger1-1/+1
2008-06-18sky2: 88E8057 chip supportStephen Hemminger2-5/+16
2008-06-18sky2: use DEFINE_PCI_DEVICE_TABLEStephen Hemminger1-1/+1
2008-06-18sky2: chip version printoutStephen Hemminger1-15/+25
2008-06-18sky2: phy setup changesStephen Hemminger1-3/+3
2008-06-18ibm_emac: Remove the ibm_emac driverJosh Boyer20-5289/+0
2008-06-18Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-...Jeff Garzik3-2695/+1935
2008-06-18atl1: relax eeprom mac address error checkRadu Cristescu1-1/+0
2008-06-18net/enc28j60: low power modeDavid Brownell1-24/+58
2008-06-18net/enc28j60: section fixDavid Brownell1-3/+2
2008-06-18sky2: 88E8040T pci device idStephen Hemminger1-0/+1
2008-06-18netxen: download firmware in pci probeDhananjay Phadke2-59/+30
2008-06-18netxen: cleanup debug messagesDhananjay Phadke4-132/+70
2008-06-18netxen: remove global physical_port arrayDhananjay Phadke6-24/+22
2008-06-18netxen: fix portnum for hp mezz cardsDhananjay Phadke1-2/+8
2008-06-18ibm_newemac: select CRC32 in KconfigJosh Boyer1-0/+1
2008-06-18rose: improving AX25 routing frames via ROSE networkBernard Pidoux3-14/+21
2008-06-18xfrm: fix fragmentation for ipv4 xfrm tunnelSteffen Klassert1-1/+1
2008-06-18atm: [fore200e] convert to use request_firmware()Chas Williams9-3047/+71
2008-06-18atm: [he] remove #ifdef clutterChas Williams2-178/+0
2008-06-18atm: [iphase] 64-bit cleanupAlan Cox2-14/+11
2008-06-18atm: use const where reasonableMitchell Blank Jr6-51/+50
2008-06-18atm: [suni] add support for setting loopback and framing modesChas Williams3-21/+133
2008-06-18atm: [iphase] move struct suni_priv to suni.hJorge Boncompte [DTI2]3-16/+9
2008-06-18bridge: fix IPV6=n buildRandy Dunlap3-2/+4
2008-06-18bridge: make bridge address settings stickyStephen Hemminger3-0/+7
2008-06-18bridge: handle process all link-local framesStephen Hemminger1-8/+5
2008-06-18sctp: fix error path in sctp_proc_initPavel Emelyanov1-1/+1
2008-06-18netfilter: nf_conntrack_h323: fix module unload crashPatrick McHardy1-7/+14
2008-06-18netfilter: nf_conntrack_h323: fix memory leak in module initialization error ...Patrick McHardy1-0/+1
2008-06-18netfilter: nf_nat: fix RCU racesPatrick McHardy3-3/+10
2008-06-17netrom: Kill spurious NULL'ing of sk->sk_socket.David S. Miller1-2/+0
2008-06-17x25: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller1-2/+1
2008-06-17econet: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller1-3/+1
2008-06-17x25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-17rose: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-17netrom: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-17ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller1-5/+1
2008-06-17llc: Use sock_graft() instead of by-hand version.David S. Miller1-3/+1
2008-06-17net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.David S. Miller1-24/+0
2008-06-17decnet: Remove SOCK_SLEEP_{PRE,POST} usage.David S. Miller1-15/+15
2008-06-17sctp: Kill SCTP_SOCK_SLEEP_{PRE,POST}, unused.David S. Miller1-2/+0
2008-06-17wext: Emit event stream entries correctly when compat.David S. Miller18-308/+345
2008-06-17wext: Create IW_REQUEST_FLAG_COMPAT and set it as needed.David S. Miller2-41/+34
2008-06-17wext: Remove compat handling from fs/compat_ioctl.cDavid S. Miller1-106/+1
2008-06-17wext: Dispatch and handle compat ioctls entirely in net/wireless/wext.cDavid S. Miller5-6/+134
2008-06-17wext: Pull top-level ioctl dispatch logic into helper function.David S. Miller1-6/+20
2008-06-17wext: Pass iwreq pointer down into standard/private handlers.David S. Miller1-9/+8
2008-06-17wext: Parameterize the standard/private handlers.David S. Miller1-8/+16
2008-06-17wext: Pull ioctl permission checking out into helper function.David S. Miller1-7/+15