summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: Prevent pseudo garbage in SYN's advertized windowIlpo Järvinen2007-02-131-2/+2
* [NET_SCHED]: sch_hfsc: replace ASSERT macro by WARN_ONPatrick McHardy2007-02-131-14/+1Star
* [BRIDGE] br_if: Fix oops in port_carrier_checkJarek Poplawski2007-02-132-3/+9
* [NETFILTER]: Clear GSO bits for TCP reset packetHerbert Xu2007-02-131-0/+4
* [TG3]: Update copyright, version, and reldate.Michael Chan2007-02-131-3/+3
* [TG3]: Add some tx timeout debug messages.Michael Chan2007-02-131-1/+11
* [TG3]: Use constant for PHY register 0x1e.Michael Chan2007-02-132-4/+7
* [TG3]: Power down 5704 serdes transceiver when shutting down.Michael Chan2007-02-131-1/+11
* [TG3]: 5906 doesn't need to switch to slower clock.Michael Chan2007-02-131-1/+2
* [TG3]: 5722/5756 don't need PHY jitter workaround.Michael Chan2007-02-131-1/+3
* [TG3]: Use lower DMA watermark for 5703.Michael Chan2007-02-131-1/+7
* [TG3]: Save MSI state before suspend.Michael Chan2007-02-131-0/+3
* [XFRM]: Fix IPv4 tunnel mode decapsulation with IPV6=nPatrick McHardy2007-02-131-0/+1
* [IPV6] HASHTABLES: Use appropriate seed for caluculating ehash index.YOSHIFUJI Hideaki2007-02-131-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-02-136-18/+13Star
|\
| * [SPARC]: Re-export saved_command_line to modules.David S. Miller2007-02-132-2/+2
| * [SPARC64]: Increase command line size to 2048 like other arches.David S. Miller2007-02-131-1/+1
| * [SPARC64]: We do not need ZONE_DMA.David S. Miller2007-02-133-15/+10Star
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-1371-709/+768
|\ \ | |/ |/|
| * [XFRM]: Fix OOPSes in xfrm_audit_log().David S. Miller2007-02-123-11/+19
| * [TCP]: cleanup of htcp (resend)Stephen Hemminger2007-02-121-28/+37
| * [TCP]: Use read mostly for CUBIC parameters.Stephen Hemminger2007-02-121-10/+10
| * [NETFILTER]: nf_conntrack_tcp: make sysctl variables staticPatrick McHardy2007-02-121-3/+3
| * [NETFILTER]: ip6t_mh: drop piggyback payload packet on MH packetsMasahide NAKAMURA2007-02-121-0/+7
| * [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-1243-422/+422
| * [NETFILTER]: Kconfig: improve dependency handlingPatrick McHardy2007-02-123-7/+16
| * [NETFILTER]: xt_mac/xt_CLASSIFY: use IPv6 hook names for IPv6 registrationPatrick McHardy2007-02-122-6/+9
| * [NETFILTER]: nf_conntrack: change nf_conntrack_l[34]proto_unregister to voidPatrick McHardy2007-02-123-35/+9Star
| * [NETFILTER]: nf_conntrack: properly use RCU for nf_conntrack_destroyed callbackPatrick McHardy2007-02-122-6/+10
| * [NETFILTER]: ip_conntrack: properly use RCU for ip_conntrack_destroyed callbackPatrick McHardy2007-02-122-6/+10
| * [NETFILTER]: nf_conntrack: fix invalid conntrack statistics RCU assumptionPatrick McHardy2007-02-123-9/+15
| * [NETFILTER]: ip_conntrack: fix invalid conntrack statistics RCU assumptionPatrick McHardy2007-02-122-7/+13
| * [NETFILTER]: nf_conntrack: properly use RCU API for nf_ct_protos/nf_ct_l3prot...Patrick McHardy2007-02-126-30/+44
| * [NETFILTER]: ip_conntrack: properly use RCU API for ip_ct_protos arrayPatrick McHardy2007-02-123-15/+26
| * [NETFILTER]: nf_nat: properly use RCU API for nf_nat_protos arrayPatrick McHardy2007-02-121-31/+28Star
| * [NETFILTER]: ip_nat: properly use RCU API for ip_nat_protos arrayPatrick McHardy2007-02-121-32/+29Star
| * [NETFILTER]: nf_log: minor cleanupsPatrick McHardy2007-02-128-18/+18
| * [NETFILTER]: nf_log: switch logger registration/unregistration to mutexPatrick McHardy2007-02-121-11/+15
| * [NETFILTER]: nf_log: make nf_log_unregister_pf return voidPatrick McHardy2007-02-122-6/+3Star
| * [NETFILTER]: nf_log: use rcu_assign_pointer for RCU protected pointerPatrick McHardy2007-02-121-4/+4
| * [NETFILTER]: Switch nf_register_hook/nf_unregister_hook to mutexPatrick McHardy2007-02-121-5/+8
| * [NETFILTER]: Switch nf_register_afinfo/nf_unregister_afinfo to mutexPatrick McHardy2007-02-121-5/+10
| * [NETFILTER]: Remove unnecessary synchronize_net() in nf_register_hookPatrick McHardy2007-02-121-2/+0Star
| * [NETFILTER]: Properly use RCU in nf_ct_attachPatrick McHardy2007-02-123-7/+10
* | don't use 'localversion*' files twiceLinus Torvalds2007-02-131-1/+1
|/
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2007-02-126-15/+45
|\
| * [S390] remove __io_virt and mmiowb.Martin Schwidefsky2007-02-121-5/+1Star
| * [S390] cio: use ARRAY_SIZE in device_id.cAhmed S. Darwish2007-02-121-1/+2
| * [S390] cio: Fixup interface for setting options on ccw devices.Cornelia Huck2007-02-123-3/+33
| * [S390] smp_call_function/smp_call_function_on locking.Heiko Carstens2007-02-121-6/+9