aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-17[NETFILTER]: PPTP helper: fixup gre_keymap_lookup() return typeAlexey Dobriyan1-3/+3
2006-06-17[NETFILTER]: Add SIP connection tracking helperPatrick McHardy4-0/+740
2006-06-17[NETFILTER]: H.323 helper: replace internal_net_addr parameter by routing-based heuristicPatrick McHardy1-30/+27
2006-06-17[NETFILTER]: H.323 helper: Add support for Call ForwardingJing Min Zhao4-7/+196
2006-06-17[NETFILTER]: amanda helper: convert to textsearch infrastructurePatrick McHardy2-49/+96
2006-06-17[NETFILTER]: FTP helper: search optimizationPatrick McHardy2-68/+86
2006-06-17[NETFILTER]: SNMP helper: fix debug module param typePatrick McHardy1-1/+1
2006-06-17[NETFILTER]: ctnetlink: change table dumping not to require an unique IDPatrick McHardy2-16/+48
2006-06-17[NETFILTER]: ctnetlink: fix NAT configurationPatrick McHardy2-62/+44
2006-06-17[NETFILTER]: conntrack: add fixed timeout flag in connection trackingEric Leblond2-0/+12
2006-06-17[NETFILTER]: conntrack: add sysctl to disable checksummingPatrick McHardy9-8/+32
2006-06-17[NETFILTER]: conntrack: don't call helpers for related ICMP messagesPatrick McHardy3-3/+3
2006-06-17[NETFILTER]: recent match: replace by rewritten versionPatrick McHardy1-891/+377
2006-06-17[NETFILTER]: x_tables: add statistic matchPatrick McHardy3-0/+119
2006-06-17[NETFILTER]: x_tables: add quota matchPatrick McHardy3-0/+107
2006-06-17[NETFILTER]: x_tables: add SCTP/DCCP support where missingPatrick McHardy3-65/+26
2006-06-17[NETFILTER]: x_tables: remove some unnecessary castsPatrick McHardy6-9/+6
2006-06-17[IPSEC] proto: Move transport mode input path into xfrm_mode_transportHerbert Xu8-83/+59
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu15-170/+532
2006-06-17[IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu6-44/+37
2006-06-17[TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path is superfluousDavid S. Miller1-2/+0
2006-06-17[BRIDGE]: netlink interface for link managementStephen Hemminger6-2/+214
2006-06-17[BRIDGE]: fix module startup error handlingStephen Hemminger2-9/+22
2006-06-17[BRIDGE]: optimize conditional in forward pathStephen Hemminger1-8/+4
2006-06-17[LLC]: add multicast support for datagramsStephen Hemminger1-8/+51
2006-06-17[LLC]: allow applications to get copy of kernel datagramsStephen Hemminger1-1/+3
2006-06-17[LLC]: use rcu_dereference on receive handlerStephen Hemminger1-2/+5
2006-06-17[LLC]: allow datagram recvmsgStephen Hemminger1-2/+2
2006-06-17[LLC]: use more efficient ether address routinesStephen Hemminger1-2/+0
2006-06-17[I/OAT]: TCP recv offload to I/OATChris Leech4-22/+185
2006-06-17[I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O thresholdChris Leech2-0/+14
2006-06-17[I/OAT]: Make sk_eat_skb I/OAT aware.Chris Leech3-7/+7
2006-06-17[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-staticChris Leech1-5/+5
2006-06-17[I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech1-0/+6
2006-06-17[I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech2-0/+128
2006-06-17[I/OAT]: Setup the networking subsystem as a DMA clientChris Leech1-0/+104
2006-06-17[NET]: Export ip_dev_find()Sean Hefty1-0/+1
2006-06-13Merge branch 'master' into upstreamJeff Garzik3-3/+3
2006-06-12[IPV4]: Increment ipInHdrErrors when TTL expires.Weidong1-0/+1
2006-06-11[TCP]: continued: reno sacked_out count fixAki M Nyrhinen1-3/+1
2006-06-11[DCCP] Ackvec: fix soft lockup in ackvec handling codeAndrea Bittau1-0/+1
2006-06-08Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstreamJeff Garzik6-109/+125
2006-06-08Merge branch 'master' into upstreamJeff Garzik11-48/+22
2006-06-05[BRIDGE]: fix locking and memory leak in br_add_bridgeJiri Benc1-12/+7
2006-06-05[IRDA]: Missing allocation result check in irlap_change_speed().Florin Malita1-1/+2
2006-06-05[NET]: Eliminate unused /proc/sys/net/ethernetJes Sorensen3-23/+0
2006-06-05[TCP]: Avoid skb_pull if possible when trimming headHerbert Xu ~{PmVHI~}1-7/+5
2006-06-05[PATCH] softmac: unified capabilities computationJoseph Jezak1-32/+53
2006-06-05[PATCH] softmac: Fix handling of authentication failureDaniel Drake2-4/+23
2006-06-05[PATCH] softmac: complete shared key authenticationDaniel Drake4-28/+49