aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-11-157-16/+29
|\
| * [NETFILTER] Free layer-3 specific protocol tables at cleanupKOVACS Krisztian2005-11-151-0/+7
| * [NETFILTER] Remove nf_conntrack stat proc file when cleaning upKOVACS Krisztian2005-11-151-1/+1
| * [TCP]: More spelling fixes.Stephen Hemminger2005-11-151-2/+2
| * [LLC]: Make core block on remote busy.Jochen Friedrich2005-11-141-1/+4
| * [LLC]: Fix TX window scalingJochen Friedrich2005-11-141-9/+11
| * [IPV6]: Fixes sparse warning in ipv6/ipv6_sockglue.cLuiz Capitulino2005-11-141-1/+1
| * [IPV6]: small fix for ipv6_dev_get_saddr(...)Yan Zheng2005-11-141-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-141-0/+2
* [NETFILTER] nf_conntrack: fix possibility of infinite loop while evicting nf_...Yasuyuki Kozakai2005-11-141-16/+26
* [NETFILTER]: fix type of sysctl variables in nf_conntrack_ipv6Yasuyuki Kozakai2005-11-142-7/+7
* [NETFILTER]: cleanup IPv6 Netfilter KconfigYasuyuki Kozakai2005-11-141-36/+14
* [NETFILTER]: link 'netfilter' before ipv4Krzysztof Oledzki2005-11-141-1/+1
* [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte2005-11-144-40/+24
* [NETFILTER] nf_conntrack: Add missing code to TCP conntrack moduleKOVACS Krisztian2005-11-141-0/+6
* [NETFILTER] ctnetlink: More thorough size checking of attributesPablo Neira Ayuso2005-11-142-0/+46
* [NETFILTER] ctnetlink: use size_t to make gcc-4.x happyPablo Neira Ayuso2005-11-141-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-118-39/+54
* [SCTP]: Remove timeouts[] array from sctp_endpoint.Vladislav Yasevich2005-11-114-29/+25
* [SCTP]: Fix potential NULL pointer dereference in sctp_v4_get_saddrVladislav Yasevich2005-11-111-0/+3
* [IPV6]: Fix inet6_init missing unregister.David S. Miller2005-11-111-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-102-26/+172
* [TCP]: spelling fixesStephen Hemminger2005-11-106-31/+31
* [TCP]: receive buffer growth limiting with mixed MTUJohn Heffner2005-11-101-27/+8
* [TCP]: Appropriate Byte Count supportStephen Hemminger2005-11-105-11/+37
* [TCP]: add tcp_slow_start helperStephen Hemminger2005-11-106-59/+33
* [TCP]: simplify microsecond rtt samplingStephen Hemminger2005-11-101-32/+30
* [TCP]: fix congestion window update when using TSO deferalStephen Hemminger2005-11-107-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-0941-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-0933-62/+8289
* | [PATCH] SUNRPC: don't reencode when looping in call transmit.Trond Myklebust2005-11-091-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