summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov2008-03-2912-41/+0
* [SOCK]: Drop per-proto inuse init and fre functions (v2).Pavel Emelyanov2008-03-292-28/+1
* [SOCK]: Introduce a percpu inuse counters array (v2).Pavel Emelyanov2008-03-292-8/+27
* [SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).Pavel Emelyanov2008-03-292-0/+35
* [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_*Joe Perches2008-03-295-31/+34
* [IPV6]: Remove unused method declaration in include/net/addrconf.h.Rami Rosen2008-03-291-1/+0
* [NET]: Add inline intent commentary to dev_alloc_skb().Denys Vlasenko2008-03-281-0/+4
* [NET]: Protect device namespace inlines with CONFIG_NETDavid S. Miller2008-03-281-0/+2
* [IPV6] NEIGH: Optimize is_router check.YOSHIFUJI Hideaki2008-03-281-11/+11
* [NET] NEIGHBOUR: Extract hash/lookup functions for pneigh entries.YOSHIFUJI Hideaki2008-03-281-32/+29
* [NET] NEIGHBOUR: Make each EXPORT_SYMBOL{,_GPL}() immediately follow its func...YOSHIFUJI Hideaki2008-03-281-29/+24
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-2876-657/+640
|\
| * [NET]: Use local_irq_{save,restore}() in napi_complete().David S. Miller2008-03-281-2/+4
| * [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-2811-59/+30
| * [ESP]: Ensure IV is in linear part of the skb to avoid BUG() due to OOB accessThomas Graf2008-03-282-2/+2
| * [IPSEC]: Fix BEET outputHerbert Xu2008-03-275-6/+16
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-03-2710-32/+32
| |\
| | * b43: Remove irqs_disabled() sanity checksMichael Buesch2008-03-253-6/+5
| | * b43: Fix DMA mapping leakageMichael Buesch2008-03-251-10/+17
| | * iwlwifi: fix __devexit_p points to __devexit functionsReinette Chatre2008-03-252-2/+2
| | * MAINTAINERS: update iwlwifi git urlReinette Chatre2008-03-251-1/+1
| | * arlan: fix warning when PROC_FS=nJohn W. Linville2008-03-251-8/+0
| | * iwlwifi: mac start synchronization issueRick Farrington2008-03-252-2/+2
| | * wavelan_cs arm fixAl Viro2008-03-251-1/+1
| | * rt2x00: Add id for Corega CG-WLUSB2GPXMasakazu Mokuno2008-03-251-0/+2
| | * iwlwifi: fix a typo in Kconfig messagePascal Terjan2008-03-251-2/+2
| * | [ICMP]: Dst entry leak in icmp_send host re-lookup code (v2).Pavel Emelyanov2008-03-261-3/+3
| * | [AX25]: Remove obsolete references to BKL from TODO file.Robert P. J. Day2008-03-261-4/+0
| * | [NET]: Fix multicast device ioctl checksPatrick McHardy2008-03-261-2/+2
| * | [IRDA]: Store irnet_socket termios properly.David S. Miller2008-03-261-1/+1
| * | [UML]: uml-net: don't set IFF_ALLMULTI in set_multicast_listPatrick McHardy2008-03-261-5/+1
| * | [VLAN]: Don't copy ALLMULTI/PROMISC flags from underlying devicePatrick McHardy2008-03-261-1/+1
| * | netxen, phy/marvell, skge: minor checkpatch fixesJeff Garzik2008-03-264-6/+4
| * | S2io: Handle TX completions on the same CPU as the sender for MIS-X interruptsSreenivasa Honnur2008-03-261-0/+3
| * | b44: Truncate PHY addressMichael Buesch2008-03-261-0/+5
| * | skge napi->poll() locking bugMarin Mitov2008-03-261-2/+4
| * | rndis_host: fix oops when query for OID_GEN_PHYSICAL_MEDIUM failsJussi Kivilinna2008-03-261-3/+6
| * | cxgb3: Fix lockdep problems with sge.reg_lockRoland Dreier2008-03-261-9/+9
| * | ehea: Fix IPv6 supportThomas Klein2008-03-262-2/+2
| * | dm9000: Support promisc and all-multi modesPeter Korsgaard2008-03-261-2/+8
| * | dm9601: configure MAC to drop invalid (crc/length) packetsPeter Korsgaard2008-03-261-1/+1
| * | dm9601: add Hirose USB-100 device IDPeter Korsgaard2008-03-261-0/+4
| * | Marvell PHY m88e1111 driver fixAlexandr Smirnov2008-03-261-5/+124
| * | netxen: fix rx dropped statsDhananjay Phadke2008-03-264-45/+3
| * | netxen: remove low level tx lockDhananjay Phadke2008-03-264-157/+43
| * | netxen: napi and irq cleanupDhananjay Phadke2008-03-264-163/+48
| * | netxen: improve msi supportDhananjay Phadke2008-03-266-33/+43
| * | smc91x: fix build breakage from the SMC_GET_MAC_ADDR API upgradeBryan Wu2008-03-261-4/+4
| * | ixgb: remove unused variableJulia Lawall2008-03-261-2/+0
| * | e100: endianness annotationsAl Viro2008-03-261-1/+1