aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-11-16[NETFILTER]: Fix nf_conntrack compilation with CONFIG_NETFILTER_DEBUGPatrick McHardy1-1/+1
2005-11-16[IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassemblyYasuyuki Kozakai2-51/+30
2005-11-15Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-16/+29
2005-11-15[NETFILTER] Free layer-3 specific protocol tables at cleanupKOVACS Krisztian1-0/+7
2005-11-15[NETFILTER] Remove nf_conntrack stat proc file when cleaning upKOVACS Krisztian1-1/+1
2005-11-15[TCP]: More spelling fixes.Stephen Hemminger1-2/+2
2005-11-15[PATCH] knfsd: make sure nfsd doesn't hog a cpu foreverNeilBrown1-0/+1
2005-11-14[LLC]: Make core block on remote busy.Jochen Friedrich1-1/+4
2005-11-14[LLC]: Fix TX window scalingJochen Friedrich1-9/+11
2005-11-14[IPV6]: Fixes sparse warning in ipv6/ipv6_sockglue.cLuiz Capitulino1-1/+1
2005-11-14[IPV6]: small fix for ipv6_dev_get_saddr(...)Yan Zheng1-2/+3
2005-11-14[NETFILTER] fix leak of fragment queue at unloading nf_conntrack_ipv6Yasuyuki Kozakai1-0/+2
2005-11-14[NETFILTER] nf_conntrack: fix possibility of infinite loop while evicting nf_ct_frag6_queueYasuyuki Kozakai1-16/+26
2005-11-14[NETFILTER]: fix type of sysctl variables in nf_conntrack_ipv6Yasuyuki Kozakai2-7/+7
2005-11-14[NETFILTER]: cleanup IPv6 Netfilter KconfigYasuyuki Kozakai1-36/+14
2005-11-14[NETFILTER]: link 'netfilter' before ipv4Krzysztof Oledzki1-1/+1
2005-11-14[NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte4-40/+24
2005-11-14[NETFILTER] nf_conntrack: Add missing code to TCP conntrack moduleKOVACS Krisztian1-0/+6
2005-11-14[NETFILTER] ctnetlink: More thorough size checking of attributesPablo Neira Ayuso2-0/+46
2005-11-14[NETFILTER] ctnetlink: use size_t to make gcc-4.x happyPablo Neira Ayuso1-3/+3
2005-11-12[IPV6]: Fix unnecessary GFP_ATOMIC allocation in fib6 dumpThomas Graf1-1/+1
2005-11-12[NETFILTER] {ip,nf}_conntrack TCP: Accept SYN+PUSH like SYNVlad Drukker2-0/+2
2005-11-12[IPV6]: Fix rtnetlink dump infinite loopHerbert Xu1-4/+2
2005-11-11[SCTP]: Include ulpevents in socket receive buffer accounting.Neil Horman8-39/+54
2005-11-11[SCTP]: Remove timeouts[] array from sctp_endpoint.Vladislav Yasevich4-29/+25
2005-11-11[SCTP]: Fix potential NULL pointer dereference in sctp_v4_get_saddrVladislav Yasevich1-0/+3
2005-11-11[IPV6]: Fix inet6_init missing unregister.David S. Miller1-2/+6
2005-11-11[DECNET]: fix SIGPIPEPatrick Caulfield1-7/+7
2005-11-11[PATCH] TCP: fix vegas buildJeff Garzik1-1/+1
2005-11-10[TCP]: speed up SACK processingStephen Hemminger2-26/+172
2005-11-10[TCP]: spelling fixesStephen Hemminger6-31/+31
2005-11-10[TCP]: receive buffer growth limiting with mixed MTUJohn Heffner1-27/+8
2005-11-10[TCP]: Appropriate Byte Count supportStephen Hemminger5-11/+37
2005-11-10[TCP]: add tcp_slow_start helperStephen Hemminger6-59/+33
2005-11-10[TCP]: simplify microsecond rtt samplingStephen Hemminger1-32/+30
2005-11-10[TCP]: fix congestion window update when using TSO deferalStephen Hemminger7-9/+11
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu16-131/+139
2005-11-09Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds41-214/+9306
2005-11-09[PATCH] SUNRPC: don't reencode when looping in call transmit.Trond Myklebust1-3/+29
2005-11-10[NETLINK]: Generic netlink familyThomas Graf2-1/+580
2005-11-10[RTNETLINK]: Use generic netlink receive queue processorThomas Graf1-70/+5
2005-11-10[XFRM]: Use generic netlink receive queue processorThomas Graf1-56/+5
2005-11-10[NETLINK]: Generic netlink receive queue processorThomas Graf1-0/+91
2005-11-10[NETLINK]: Make netlink_callback->done() optionalThomas Graf5-25/+8
2005-11-10[NETLINK]: Type-safe netlink messages/attributes interfaceThomas Graf2-1/+329
2005-11-09[NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai33-62/+8289
2005-11-09[IPV6]: ip6ip6_lock is not unlocked in error path.Ken-ichirou MATSUZAWA1-0/+1
2005-11-09[IPV6]: Fix fallout from CONFIG_IPV6_PRIVACYPeter Chubb1-1/+2
2005-11-09[NETFILTER] ctnetlink: ICMP_ID is u_int16_t not u_int8_t.Krzysztof Piotr Oledzki1-1/+1
2005-11-09[NETFILTER] ctnetlink: Fix oops when no ICMP ID info in messageKrzysztof Piotr Oledzki1-1/+2