summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [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
| * | | [LLC]: Fix double receive of SKB.Andrew Morton2006-06-181-1/+0Star
| * | | [NETFILTER]: PPTP helper: fixup gre_keymap_lookup() return typeAlexey Dobriyan2006-06-181-3/+3
| * | | [NETFILTER]: Add SIP connection tracking helperPatrick McHardy2006-06-184-0/+740
| * | | [NETFILTER]: H.323 helper: replace internal_net_addr parameter by routing-bas...Patrick McHardy2006-06-181-30/+27Star
| * | | [NETFILTER]: H.323 helper: Add support for Call ForwardingJing Min Zhao2006-06-184-7/+196
| * | | [NETFILTER]: amanda helper: convert to textsearch infrastructurePatrick McHardy2006-06-182-49/+96
| * | | [NETFILTER]: FTP helper: search optimizationPatrick McHardy2006-06-182-68/+86
| * | | [NETFILTER]: SNMP helper: fix debug module param typePatrick McHardy2006-06-181-1/+1
| * | | [NETFILTER]: ctnetlink: change table dumping not to require an unique IDPatrick McHardy2006-06-182-16/+48
| * | | [NETFILTER]: ctnetlink: fix NAT configurationPatrick McHardy2006-06-182-62/+44Star
| * | | [NETFILTER]: conntrack: add fixed timeout flag in connection trackingEric Leblond2006-06-182-0/+12
| * | | [NETFILTER]: conntrack: add sysctl to disable checksummingPatrick McHardy2006-06-189-8/+32
| * | | [NETFILTER]: conntrack: don't call helpers for related ICMP messagesPatrick McHardy2006-06-183-3/+3
| * | | [NETFILTER]: recent match: replace by rewritten versionPatrick McHardy2006-06-181-891/+377Star
| * | | [NETFILTER]: x_tables: add statistic matchPatrick McHardy2006-06-183-0/+119
| * | | [NETFILTER]: x_tables: add quota matchPatrick McHardy2006-06-183-0/+107
| * | | [NETFILTER]: x_tables: add SCTP/DCCP support where missingPatrick McHardy2006-06-183-65/+26Star
| * | | [NETFILTER]: x_tables: remove some unnecessary castsPatrick McHardy2006-06-186-9/+6Star
| * | | [IPSEC] proto: Move transport mode input path into xfrm_mode_transportHerbert Xu2006-06-188-83/+59Star
| * | | [IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu2006-06-1815-170/+532
| * | | [IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu2006-06-186-44/+37Star
| * | | [TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path is superfluousDavid S. Miller2006-06-181-2/+0Star
| * | | [BRIDGE]: netlink interface for link managementStephen Hemminger2006-06-186-2/+214
| * | | [BRIDGE]: fix module startup error handlingStephen Hemminger2006-06-182-9/+22
| * | | [BRIDGE]: optimize conditional in forward pathStephen Hemminger2006-06-181-8/+4Star
| * | | [LLC]: add multicast support for datagramsStephen Hemminger2006-06-181-8/+51
| * | | [LLC]: allow applications to get copy of kernel datagramsStephen Hemminger2006-06-181-1/+3
| * | | [LLC]: use rcu_dereference on receive handlerStephen Hemminger2006-06-181-2/+5
| * | | [LLC]: allow datagram recvmsgStephen Hemminger2006-06-181-2/+2
| * | | [LLC]: use more efficient ether address routinesStephen Hemminger2006-06-181-2/+0Star
| * | | [I/OAT]: TCP recv offload to I/OATChris Leech2006-06-184-22/+185
| * | | [I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O thresholdChris Leech2006-06-182-0/+14
| * | | [I/OAT]: Make sk_eat_skb I/OAT aware.Chris Leech2006-06-183-7/+7
| * | | [I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-staticChris Leech2006-06-181-5/+5
| * | | [I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech2006-06-181-0/+6
| * | | [I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech2006-06-182-0/+128
| * | | [I/OAT]: Setup the networking subsystem as a DMA clientChris Leech2006-06-181-0/+104
| |/ /
* | | Merge branch 'master' into upstreamJeff Garzik2006-06-143-3/+3
|\| |
| * | [IPV4]: Increment ipInHdrErrors when TTL expires.Weidong2006-06-121-0/+1
| * | [TCP]: continued: reno sacked_out count fixAki M Nyrhinen2006-06-121-3/+1Star
| * | [DCCP] Ackvec: fix soft lockup in ackvec handling codeAndrea Bittau2006-06-121-0/+1
* | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-06-086-109/+125
|\ \ \ | | |/ | |/|
| * | [PATCH] softmac: unified capabilities computationJoseph Jezak2006-06-051-32/+53
| * | [PATCH] softmac: Fix handling of authentication failureDaniel Drake2006-06-052-4/+23
| * | [PATCH] softmac: complete shared key authenticationDaniel Drake2006-06-054-28/+49