aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-20[ATM]: fix broken uses of NIPQUAD in net/atmAl Viro2-18/+7
2006-06-20[SCTP]: sctp_unpack_cookie() fixAl Viro1-2/+2
2006-06-19[NET]: Prevent multiple qdisc runsHerbert Xu1-2/+9
2006-06-19[NETFILTER]: xt_sctp: fix endless loop caused by 0 chunk lengthPatrick McHardy1-1/+1
2006-06-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+1
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds132-1846/+5268
2006-06-17[ETHTOOL]: Fix UFO typoHerbert Xu1-1/+2
2006-06-17[SCTP]: Fix persistent slowdown in sctp when a gap ack consumes rx buffer.Neil Horman1-1/+9
2006-06-17[SCTP]: Send only 1 window update SACK per message.Tsutomu Fujii1-2/+28
2006-06-17[SCTP]: Don't do CRC32C checksum over loopback.Sridhar Samudrala2-22/+29
2006-06-17[SCTP] Reset rtt_in_progress for the chunk when processing its sack.Vlad Yasevich1-0/+1
2006-06-17[SCTP]: Reject sctp packets with broadcast addresses.Vlad Yasevich4-5/+14
2006-06-17[SCTP]: Limit association max_retrans setting in setsockopt.Vlad Yasevich1-1/+25
2006-06-17[IPV6]: Sum real space for RTAs.YOSHIFUJI Hideaki1-4/+24
2006-06-17[IRDA]: Use put_unaligned() in irlmp_do_discovery().David S. Miller1-1/+5
2006-06-17[BRIDGE]: Add support for NETIF_F_HW_CSUM devicesHerbert Xu2-6/+12
2006-06-17[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu5-19/+8
2006-06-17[TCP]: Add tcp_slow_start_after_idle sysctl.David S. Miller2-1/+13
2006-06-17[TCP] Westwood: reset RTT min after FRTOLuca De Cicco1-2/+16
2006-06-17[TCP] Westwood: bandwidth filter startupLuca De Cicco1-3/+9
2006-06-17[TCP] Westwood: comment fixesLuca De Cicco1-4/+21
2006-06-17[TCP] Westwood: fix first sampleStephen Hemminger1-1/+12
2006-06-17[NET]: net.ipv4.ip_autoconfig sysctl removalStephen Hemminger1-8/+0
2006-06-17[IPX]: Endian bug in ipxrtr_route_packet()Alexey Dobriyan1-1/+1
2006-06-17[NET]: Warn in __skb_trim if skb is pagedHerbert Xu1-5/+2
2006-06-17[NET]: skb_trim auditHerbert Xu2-18/+6
2006-06-17[NET]: Clean up skb_linearizeHerbert Xu5-81/+10
2006-06-17[NET]: Add netif_tx_lockHerbert Xu7-53/+41
2006-06-17[NETFILTER]: hashlimit match: fix random initializationPatrick McHardy1-2/+5
2006-06-17[NETFILTER]: recent match: missing refcnt initializationPatrick McHardy1-0/+1
2006-06-17[NETFILTER]: recent match: fix "sleeping function called from invalid context"Patrick McHardy1-5/+10
2006-06-17[SECMARK]: Add CONNSECMARK xtables targetJames Morris3-0/+167
2006-06-17[SECMARK]: Add secmark support to conntrackJames Morris6-0/+40
2006-06-17[SECMARK]: Add xtables SECMARK targetJames Morris3-0/+166
2006-06-17[SECMARK]: Add secmark support to core networking.James Morris5-1/+12
2006-06-17[NET]: Fix warnings after LSM-IPSEC changes.David S. Miller1-2/+2
2006-06-17[NET]: NET_TCPPROBE Kconfig fixDave Jones1-1/+1
2006-06-17[LSM-IPsec]: SELinux AuthorizeCatherine Zhang2-13/+23
2006-06-17[IPV4] icmp: Kill local 'ip' arg in icmp_redirect().David S. Miller1-3/+2
2006-06-17[IPV4]: Right prototype of __raw_v4_lookup()Alexey Dobriyan1-1/+1
2006-06-17[IPV4] igmp: Fixup struct ip_mc_list::multiaddr typeAlexey Dobriyan1-1/+1
2006-06-17[TCP]: Fix compile warning in tcp_probe.cDavid S. Miller1-1/+3
2006-06-17[TCP]: Limited slow start for Highspeed TCPStephen Hemminger1-3/+21
2006-06-17[TCP]: TCP Probe congestion window tracingStephen Hemminger3-0/+195
2006-06-17[TCP]: Minimum congestion window consolidation.Stephen Hemminger8-46/+21
2006-06-17[TCP]: TCP Compound quad root functionStephen Hemminger1-24/+66
2006-06-17[TCP]: TCP Compound congestion controlAngelo P. Castellani3-0/+418
2006-06-17[TCP]: TCP Veno congestion controlBin Zhou3-0/+251
2006-06-17[TCP]: TCP Low Priority congestion controlWong Hoi Sing Edison3-0/+349
2006-06-17[LLC]: Fix double receive of SKB.Andrew Morton1-1/+0