summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | [NETFILTER]: fix type of sysctl variables in nf_conntrack_ipv6Yasuyuki Kozakai2005-11-152-7/+7
* | [NETFILTER]: cleanup IPv6 Netfilter KconfigYasuyuki Kozakai2005-11-151-36/+14
* | [NETFILTER]: link 'netfilter' before ipv4Krzysztof Oledzki2005-11-151-1/+1
* | [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte2005-11-154-40/+24
* | [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/+2
* | [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/+25
* | [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/+8
* | [TCP]: Appropriate Byte Count supportStephen Hemminger2005-11-115-11/+37
* | [TCP]: add tcp_slow_start helperStephen Hemminger2005-11-116-59/+33
* | [TCP]: simplify microsecond rtt samplingStephen Hemminger2005-11-111-32/+30
* | [TCP]: fix congestion window update when using TSO deferalStephen Hemminger2005-11-117-9/+11
* | [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-1016-131/+139
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-11-1041-214/+9306
|\ \
| * | [NETLINK]: Generic netlink familyThomas Graf2005-11-102-1/+580
| * | [RTNETLINK]: Use generic netlink receive queue processorThomas Graf2005-11-101-70/+5
| * | [XFRM]: Use generic netlink receive queue processorThomas Graf2005-11-101-56/+5
| * | [NETLINK]: Generic netlink receive queue processorThomas Graf2005-11-101-0/+91
| * | [NETLINK]: Make netlink_callback->done() optionalThomas Graf2005-11-105-25/+8
| * | [NETLINK]: Type-safe netlink messages/attributes interfaceThomas Graf2005-11-102-1/+329
| * | [NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai2005-11-1033-62/+8289
* | | [PATCH] SUNRPC: don't reencode when looping in call transmit.Trond Myklebust2005-11-101-3/+29
|/ /
* | [IPV6]: ip6ip6_lock is not unlocked in error path.Ken-ichirou MATSUZAWA2005-11-091-0/+1
* | [IPV6]: Fix fallout from CONFIG_IPV6_PRIVACYPeter Chubb2005-11-091-1/+2
* | [NETFILTER] ctnetlink: ICMP_ID is u_int16_t not u_int8_t.Krzysztof Piotr Oledzki2005-11-091-1/+1
* | [NETFILTER] ctnetlink: Fix oops when no ICMP ID info in messageKrzysztof Piotr Oledzki2005-11-091-1/+2
* | [NETFILTER] ctnetlink: Add support to identify expectations by ID'sPablo Neira Ayuso2005-11-091-0/+8
* | [NETFILTER] ctnetlink: propagate error instaed of returning -EPERMPablo Neira Ayuso2005-11-091-1/+1
* | [NETFILTER] ctnetlink: return -EINVAL if size is wrongPablo Neira Ayuso2005-11-091-1/+1
* | [NETFILTER]: stop tracking ICMP error at early pointYasuyuki Kozakai2005-11-091-5/+5
* | [NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is setHarald Welte2005-11-091-7/+10
* | [NETFILTER] PPTP helper: fix PNS-PAC expectation call idPhilip Craig2005-11-091-2/+26
* | [NETFILTER] ctnetlink: get_conntrack can use GFP_KERNELPablo Neira Ayuso2005-11-091-1/+1
* | [NETFILTER] ctnetlink: kill unused includesPablo Neira Ayuso2005-11-091-3/+0
* | [NETFILTER] ctnetlink: add module alias to fix autoloadingPablo Neira Ayuso2005-11-091-0/+2
* | [NETFILTER] ctnetlink: add marking support from userspacePablo Neira Ayuso2005-11-091-0/+10
* | [NETFILTER] ctnetlink: check if protoinfo is presentPablo Neira Ayuso2005-11-091-0/+5
* | [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it voidHarald Welte2005-11-093-45/+10
* | [NETFILTER]: refcount leak of proto when ctnetlink dumping tupleYasuyuki Kozakai2005-11-091-3/+6