summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mv643xx_eth: split out rx queue stateLennert Buytenhek2008-06-121-216/+225
| | * | mv643xx_eth: massively simplify multicast address crc8 computationLennert Buytenhek2008-06-121-74/+21
| | * | mv643xx_eth: kill private unused instance of struct net_device_statsLennert Buytenhek2008-06-121-54/+66
| | * | mv643xx_eth: kill FUNC_RET_STATUS/pkt_infoLennert Buytenhek2008-06-121-21/+0
| | * | mv643xx_eth: move rx_return_buff() into its only callerLennert Buytenhek2008-06-121-52/+28
| | * | mv643xx_eth: move port_receive() into its only callerLennert Buytenhek2008-06-121-59/+32
| | * | mv643xx_eth: get rid of hungarian variable namingLennert Buytenhek2008-06-121-78/+78
| | * | mv643xx_eth: kill ->rx_resource_errLennert Buytenhek2008-06-121-15/+0
| | * | mv643xx_eth: kill superfluous commentsLennert Buytenhek2008-06-121-552/+0
| | * | mv643xx_eth: use 'mv643xx_eth_' prefix consistentlyLennert Buytenhek2008-06-121-205/+206
| | * | mv643xx_eth: get rid of ETH_/ethernet_/eth_ prefixesLennert Buytenhek2008-06-121-204/+195
| | * | mv643xx_eth: clean up rx/tx descriptor field definesLennert Buytenhek2008-06-121-54/+28
| | * | mv643xx_eth: remove port serial status register bit definesLennert Buytenhek2008-06-121-13/+2
| | * | mv643xx_eth: move MIB offset defines into their only userLennert Buytenhek2008-06-121-58/+34
| | * | mv643xx_eth: get rid of RX_BUF_OFFSETLennert Buytenhek2008-06-121-5/+2
| | * | mv643xx_eth: move PHY wait defines into callersLennert Buytenhek2008-06-121-12/+9
| | * | mv643xx_eth: clarify irq masking and unmaskingLennert Buytenhek2008-06-121-37/+24
| | * | mv643xx_eth: remove unused DESC_SIZE defineLennert Buytenhek2008-06-121-2/+0
| | * | mv643xx_eth: nuke port status register bit definesLennert Buytenhek2008-06-121-14/+0
| | * | mv643xx_eth: delete unused port serial control register bit definesLennert Buytenhek2008-06-121-63/+15
| | * | mv643xx_eth: delete unused SDMA config register bit definesLennert Buytenhek2008-06-121-17/+4
| | * | mv643xx_eth: get rid of individual port config extend register bit definesLennert Buytenhek2008-06-121-12/+4
| | * | mv643xx_eth: get rid of individual port config register bit definesLennert Buytenhek2008-06-121-37/+8
| | * | mv643xx_eth: shorten reg namesLennert Buytenhek2008-06-121-108/+96
| | * | mv643xx_eth: trim unnecessary includesLennert Buytenhek2008-06-121-9/+1
| | * | mv643xx_eth: reverse topological sort of functionsLennert Buytenhek2008-06-121-1792/+1646
* | | | ax25: Fix std timer socket destroy handling.David S. Miller2008-06-181-5/+3
* | | | netdevice: change net_device->promiscuity/allmulti to unsigned intWang Chen2008-06-181-2/+2
* | | | udp: sk_drops handlingEric Dumazet2008-06-185-11/+17
|/ / /
* | | rose: improving AX25 routing frames via ROSE networkBernard Pidoux2008-06-183-14/+21
* | | atm: [fore200e] convert to use request_firmware()Chas Williams2008-06-189-3047/+71
* | | atm: [he] remove #ifdef clutterChas Williams2008-06-182-178/+0
* | | atm: [iphase] 64-bit cleanupAlan Cox2008-06-182-14/+11
* | | atm: use const where reasonableMitchell Blank Jr2008-06-186-51/+50
* | | atm: [suni] add support for setting loopback and framing modesChas Williams2008-06-183-21/+133
* | | atm: [iphase] move struct suni_priv to suni.hJorge Boncompte [DTI2]2008-06-183-16/+9
* | | bridge: fix IPV6=n buildRandy Dunlap2008-06-183-2/+4
* | | bridge: make bridge address settings stickyStephen Hemminger2008-06-183-0/+7
* | | bridge: handle process all link-local framesStephen Hemminger2008-06-181-8/+5
* | | sctp: fix error path in sctp_proc_initPavel Emelyanov2008-06-181-1/+1
* | | netrom: Kill spurious NULL'ing of sk->sk_socket.David S. Miller2008-06-171-2/+0
* | | x25: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller2008-06-171-2/+1
* | | econet: Use sock_orphan() instead of open-coded (and buggy) variant.David S. Miller2008-06-171-3/+1
* | | x25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller2008-06-171-5/+1
* | | rose: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller2008-06-171-5/+1
* | | netrom: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller2008-06-171-5/+1
* | | ax25: Use sock_graft() and remove bogus sk_socket and sk_sleep init.David S. Miller2008-06-171-5/+1
* | | llc: Use sock_graft() instead of by-hand version.David S. Miller2008-06-171-3/+1
* | | net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.David S. Miller2008-06-171-24/+0
* | | decnet: Remove SOCK_SLEEP_{PRE,POST} usage.David S. Miller2008-06-171-15/+15