summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [ATM]: fix broken uses of NIPQUAD in net/atmAl Viro2006-06-202-18/+7Star
* [SCTP]: sctp_unpack_cookie() fixAl Viro2006-06-201-2/+2
* [NET]: Prevent multiple qdisc runsHerbert Xu2006-06-201-2/+9
* [NETFILTER]: xt_sctp: fix endless loop caused by 0 chunk lengthPatrick McHardy2006-06-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-06-201-0/+1
|\
| * [NET]: Export ip_dev_find()Sean Hefty2006-06-181-0/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-20132-1846/+5268
|\ \
| * | [ETHTOOL]: Fix UFO typoHerbert Xu2006-06-181-1/+2
| * | [SCTP]: Fix persistent slowdown in sctp when a gap ack consumes rx buffer.Neil Horman2006-06-181-1/+9
| * | [SCTP]: Send only 1 window update SACK per message.Tsutomu Fujii2006-06-181-2/+28
| * | [SCTP]: Don't do CRC32C checksum over loopback.Sridhar Samudrala2006-06-182-22/+29
| * | [SCTP] Reset rtt_in_progress for the chunk when processing its sack.Vlad Yasevich2006-06-181-0/+1
| * | [SCTP]: Reject sctp packets with broadcast addresses.Vlad Yasevich2006-06-184-5/+14
| * | [SCTP]: Limit association max_retrans setting in setsockopt.Vlad Yasevich2006-06-181-1/+25
| * | [IPV6]: Sum real space for RTAs.YOSHIFUJI Hideaki2006-06-181-4/+24
| * | [IRDA]: Use put_unaligned() in irlmp_do_discovery().David S. Miller2006-06-181-1/+5
| * | [BRIDGE]: Add support for NETIF_F_HW_CSUM devicesHerbert Xu2006-06-182-6/+12
| * | [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu2006-06-185-19/+8Star
| * | [TCP]: Add tcp_slow_start_after_idle sysctl.David S. Miller2006-06-182-1/+13
| * | [TCP] Westwood: reset RTT min after FRTOLuca De Cicco2006-06-181-2/+16
| * | [TCP] Westwood: bandwidth filter startupLuca De Cicco2006-06-181-3/+9
| * | [TCP] Westwood: comment fixesLuca De Cicco2006-06-181-4/+21
| * | [TCP] Westwood: fix first sampleStephen Hemminger2006-06-181-1/+12
| * | [NET]: net.ipv4.ip_autoconfig sysctl removalStephen Hemminger2006-06-181-8/+0Star
| * | [IPX]: Endian bug in ipxrtr_route_packet()Alexey Dobriyan2006-06-181-1/+1
| * | [NET]: Warn in __skb_trim if skb is pagedHerbert Xu2006-06-181-5/+2Star
| * | [NET]: skb_trim auditHerbert Xu2006-06-182-18/+6Star
| * | [NET]: Clean up skb_linearizeHerbert Xu2006-06-185-81/+10Star
| * | [NET]: Add netif_tx_lockHerbert Xu2006-06-187-53/+41Star
| * | [NETFILTER]: hashlimit match: fix random initializationPatrick McHardy2006-06-181-2/+5
| * | [NETFILTER]: recent match: missing refcnt initializationPatrick McHardy2006-06-181-0/+1
| * | [NETFILTER]: recent match: fix "sleeping function called from invalid context"Patrick McHardy2006-06-181-5/+10
| * | [SECMARK]: Add CONNSECMARK xtables targetJames Morris2006-06-183-0/+167
| * | [SECMARK]: Add secmark support to conntrackJames Morris2006-06-186-0/+40
| * | [SECMARK]: Add xtables SECMARK targetJames Morris2006-06-183-0/+166
| * | [SECMARK]: Add secmark support to core networking.James Morris2006-06-185-1/+12
| * | [NET]: Fix warnings after LSM-IPSEC changes.David S. Miller2006-06-181-2/+2
| * | [NET]: NET_TCPPROBE Kconfig fixDave Jones2006-06-181-1/+1
| * | [LSM-IPsec]: SELinux AuthorizeCatherine Zhang2006-06-182-13/+23
| * | [IPV4] icmp: Kill local 'ip' arg in icmp_redirect().David S. Miller2006-06-181-3/+2Star
| * | [IPV4]: Right prototype of __raw_v4_lookup()Alexey Dobriyan2006-06-181-1/+1
| * | [IPV4] igmp: Fixup struct ip_mc_list::multiaddr typeAlexey Dobriyan2006-06-181-1/+1
| * | [TCP]: Fix compile warning in tcp_probe.cDavid S. Miller2006-06-181-1/+3
| * | [TCP]: Limited slow start for Highspeed TCPStephen Hemminger2006-06-181-3/+21
| * | [TCP]: TCP Probe congestion window tracingStephen Hemminger2006-06-183-0/+195
| * | [TCP]: Minimum congestion window consolidation.Stephen Hemminger2006-06-188-46/+21Star
| * | [TCP]: TCP Compound quad root functionStephen Hemminger2006-06-181-24/+66
| * | [TCP]: TCP Compound congestion controlAngelo P. Castellani2006-06-183-0/+418
| * | [TCP]: TCP Veno congestion controlBin Zhou2006-06-183-0/+251
| * | [TCP]: TCP Low Priority congestion controlWong Hoi Sing Edison2006-06-183-0/+349