summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller23-166/+237
2008-06-17atm: [he] send idle cells instead of unassigned when in SDH modeChas Williams1-0/+1
2008-06-17atm: [he] limit queries to the device's register spaceRobert T. Johnson1-1/+6
2008-06-17atm: [br2864] fix routed vcmux supportEric Kinzie1-32/+44
2008-06-17atm: [he] only support suni driver on multimode interfacesChas Williams2-10/+6
2008-06-17atm: [iphase] doesn't call phy->start due to a bogus #ifndefJorge Boncompte [DTI2]1-12/+11
2008-06-17atm: [iphase] set drvdata before enabling interruptsJorge Boncompte [DTI2]1-2/+2
2008-06-17atm: [br2684] Fix oops due to skb->dev being NULLJorge Boncompte [DTI2]1-1/+1
2008-06-17netns: introduce the net_hash_mix "salt" for hashesPavel Emelyanov5-5/+30
2008-06-17inet6: add struct net argument to inet6_ehashfnPavel Emelyanov2-5/+8