summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* igb trivial annotationsAl Viro2008-03-263-69/+72
* igb: endianness fixAl Viro2008-03-261-2/+2
* bonding: update versionJay Vosburgh2008-03-261-2/+2
* bonding: Fix sysfs attribute handlingLibor Pechacek2008-03-261-2/+1
* bonding: fix two compiler warningsJay Vosburgh2008-03-262-6/+2
* bonding: Fix locking in 802.3ad modeJay Vosburgh2008-03-261-2/+2
* smctr.c: fix logical-bitwise-or confusionJay Schulist2008-03-261-1/+1
* [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-2410-21/+113
* [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov2008-03-243-4/+45
* sch_htb: fix "too many events" situationMartin Devera2008-03-241-6/+7
* connector: convert to single-threaded workqueueEvgeniy Polyakov2008-03-241-1/+1
* [ATM]: When proc_create() fails, do some error handling work and return -ENOMEM.Wang Chen2008-03-242-3/+20
* [SUNGEM]: Fix NAPI assertion failure.David S. Miller2008-03-231-1/+1
* BNX2X: prevent ethtool from setting port typeEliezer Tamir2008-03-231-34/+2
* [9P] net/9p/trans_fd.c: remove unused variableJulia Lawall2008-03-231-2/+0
* [IPV6] net/ipv6/ndisc.c: remove unused variableJulia Lawall2008-03-231-2/+0
* [IPV4] fib_trie: fix warning from rcu_assign_poingerStephen Hemminger2008-03-231-2/+5
* [TCP]: Let skbs grow over a page on fast peersHerbert Xu2008-03-221-2/+2
* [DLCI]: Fix tiny race between module unload and sock_ioctl.Pavel Emelyanov2008-03-211-4/+3
* [SCTP]: Fix build warnings with IPV6 disabled.David S. Miller2008-03-211-1/+1
* [IPV4]: Fix null dereference in ip_defragPhil Oester2008-03-211-1/+1
* [NET] ifb: set separate lockdep classes for queue locksJarek Poplawski2008-03-211-0/+15
* [IPV6] KCONFIG: Fix description about IPV6_TUNNEL.YOSHIFUJI Hideaki2008-03-211-2/+3
* [TCP]: Fix shrinking windows with window scalingPatrick McHardy2008-03-211-1/+1
* netpoll: zap_completion_queue: adjust skb->users counterJarek Poplawski2008-03-211-2/+4
* bridge: use time_before() in br_fdb_cleanup()Fabio Checconi2008-03-201-1/+1
* [TG3]: Fix build warning on sparc32.David S. Miller2008-03-201-3/+3
* MAINTAINERS: bluez-devel is subscribers-onlyPavel Machek2008-03-201-1/+1
* audit: netlink socket can be auto-bound to pid other than current->pid (v2)Pavel Emelyanov2008-03-201-3/+8
* [NET]: Fix permissions of /proc/netAndre Noll2008-03-201-1/+1
* [SCTP]: Fix a race between module load and protosw accessVlad Yasevich2008-03-203-61/+112
* [NETFILTER]: ipt_recent: sanity check hit countDaniel Hokka Zakrisson2008-03-201-0/+2
* [NETFILTER]: nf_conntrack_h323: logical-bitwise & confusion in process_setup()Roel Kluin2008-03-201-1/+1
* [RT2X00] drivers/net/wireless/rt2x00/rt2x00dev.c: remove dead code, fix warningAndrew Morton2008-03-191-3/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David S. Miller2008-03-18949-11533/+15536
|\
| * Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-175-52/+145
| |\
| | * ahci: Add Marvell 6121 SATA supportJose Alberto Reguero2008-03-171-4/+15
| | * pata_ali: use atapi_cmd_type() to determine cmd type instead of transfer sizeTejun Heo2008-03-171-1/+1
| | * ahci: implement skip_host_reset parameterTejun Heo2008-03-171-19/+29
| | * ahci: request all PCI BARsTejun Heo2008-03-171-1/+4
| | * devres: implement pcim_iomap_regions_request_all()Tejun Heo2008-03-172-0/+27
| | * libata-acpi: improve dock event handlingTejun Heo2008-03-171-27/+69
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-03-176-14/+34
| |\ \