summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [DCCP]: Add missing no_policy flag to struct net_protocolPatrick McHardy2005-11-211-0/+1
* [NETFILTER]: fixed dependencies between modules related with ip_conntrackYasuyuki Kozakai2005-11-211-5/+5
* [FIB_TRIE]: Don't show local table in /proc/net/route outputPatrick McHardy2005-11-211-0/+3
* Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+advapi-fix/David S. Miller2005-11-215-14/+34
|\
| * [IPV6]: Fix sending extension headers before and including routing header.YOSHIFUJI Hideaki2005-11-204-12/+31
| * [IPV6]: Fix calculation of AH length during filling ancillary data.Ville Nuorvala2005-11-201-1/+1
| * [IPV6]: Fix memory management error during setting up new advapi sockopts.YOSHIFUJI Hideaki2005-11-201-1/+2
* | [IPV6]: Acquire addrconf_hash_lock for read in addrconf_verify(...)Yan Zheng2005-11-201-5/+5
* | [NET]: Reject socket filter if division by constant zero is attempted.Kris Katterjohn2005-11-201-2/+4
* | [PKT_SCHED]: sch_netem: correctly order packets to be sent simultaneouslyAndrea Bittau2005-11-201-1/+1
* | [IPV6]: Fib dump really needs GFP_ATOMIC.David S. Miller2005-11-181-1/+1
* | [NET]: Sanitize NET_SCHED protection in /net/sched/KconfigRoman Zippel2005-11-181-29/+8Star
* | [LLC]: Fix compiler warnings introduced by TX window scaling changes.David S. Miller2005-11-181-4/+4
* | [NETFILTER] ip_conntrack: fix ftp/irc/tftp helpers on ports >= 32768Harald Welte2005-11-183-6/+6
* | [TCP]: TCP highspeed build errorStephen Hemminger2005-11-171-1/+1
* | [NETFILTER]: Fix nf_conntrack compilation with CONFIG_NETFILTER_DEBUGPatrick McHardy2005-11-171-1/+1
* | [IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassemblyYasuyuki Kozakai2005-11-162-51/+30Star
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-11-167-16/+29
|\ \
| * | [NETFILTER] Free layer-3 specific protocol tables at cleanupKOVACS Krisztian2005-11-161-0/+7
| * | [NETFILTER] Remove nf_conntrack stat proc file when cleaning upKOVACS Krisztian2005-11-161-1/+1
| * | [TCP]: More spelling fixes.Stephen Hemminger2005-11-161-2/+2
| * | [LLC]: Make core block on remote busy.Jochen Friedrich2005-11-151-1/+4
| * | [LLC]: Fix TX window scalingJochen Friedrich2005-11-151-9/+11
| * | [IPV6]: Fixes sparse warning in ipv6/ipv6_sockglue.cLuiz Capitulino2005-11-151-1/+1
| * | [IPV6]: small fix for ipv6_dev_get_saddr(...)Yan Zheng2005-11-151-2/+3
* | | [PATCH] knfsd: make sure nfsd doesn't hog a cpu foreverNeilBrown2005-11-151-0/+1
|/ /
* | [NETFILTER] fix leak of fragment queue at unloading nf_conntrack_ipv6Yasuyuki Kozakai2005-11-151-0/+2
* | [NETFILTER] nf_conntrack: fix possibility of infinite loop while evicting nf_...Yasuyuki Kozakai2005-11-151-16/+26
* | [NETFILTER]: fix type of sysctl variables in nf_conntrack_ipv6Yasuyuki Kozakai2005-11-152-7/+7
* | [NETFILTER]: cleanup IPv6 Netfilter KconfigYasuyuki Kozakai2005-11-151-36/+14Star
* | [NETFILTER]: link 'netfilter' before ipv4Krzysztof Oledzki2005-11-151-1/+1
* | [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte2005-11-154-40/+24Star
* | [NETFILTER] nf_conntrack: Add missing code to TCP conntrack moduleKOVACS Krisztian2005-11-151-0/+6
* | [NETFILTER] ctnetlink: More thorough size checking of attributesPablo Neira Ayuso2005-11-152-0/+46
* | [NETFILTER] ctnetlink: use size_t to make gcc-4.x happyPablo Neira Ayuso2005-11-151-3/+3
* | [IPV6]: Fix unnecessary GFP_ATOMIC allocation in fib6 dumpThomas Graf2005-11-121-1/+1
* | [NETFILTER] {ip,nf}_conntrack TCP: Accept SYN+PUSH like SYNVlad Drukker2005-11-122-0/+2
* | [IPV6]: Fix rtnetlink dump infinite loopHerbert Xu2005-11-121-4/+2Star
* | [SCTP]: Include ulpevents in socket receive buffer accounting.Neil Horman2005-11-128-39/+54
* | [SCTP]: Remove timeouts[] array from sctp_endpoint.Vladislav Yasevich2005-11-124-29/+25Star
* | [SCTP]: Fix potential NULL pointer dereference in sctp_v4_get_saddrVladislav Yasevich2005-11-121-0/+3
* | [IPV6]: Fix inet6_init missing unregister.David S. Miller2005-11-121-2/+6
* | [DECNET]: fix SIGPIPEPatrick Caulfield2005-11-111-7/+7
* | [PATCH] TCP: fix vegas buildJeff Garzik2005-11-111-1/+1
* | [TCP]: speed up SACK processingStephen Hemminger2005-11-112-26/+172
* | [TCP]: spelling fixesStephen Hemminger2005-11-116-31/+31
* | [TCP]: receive buffer growth limiting with mixed MTUJohn Heffner2005-11-111-27/+8Star
* | [TCP]: Appropriate Byte Count supportStephen Hemminger2005-11-115-11/+37
* | [TCP]: add tcp_slow_start helperStephen Hemminger2005-11-116-59/+33Star
* | [TCP]: simplify microsecond rtt samplingStephen Hemminger2005-11-111-32/+30Star