aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-09[NETFILTER] ctnetlink: Add support to identify expectations by ID'sPablo Neira Ayuso1-0/+8
2005-11-09[NETFILTER] ctnetlink: propagate error instaed of returning -EPERMPablo Neira Ayuso1-1/+1
2005-11-09[NETFILTER] ctnetlink: return -EINVAL if size is wrongPablo Neira Ayuso1-1/+1
2005-11-09[NETFILTER]: stop tracking ICMP error at early pointYasuyuki Kozakai1-5/+5
2005-11-09[NETFILTER] nfnetlink: only load subsystems if CAP_NET_ADMIN is setHarald Welte1-7/+10
2005-11-09[NETFILTER] PPTP helper: fix PNS-PAC expectation call idPhilip Craig1-2/+26
2005-11-09[NETFILTER] ctnetlink: get_conntrack can use GFP_KERNELPablo Neira Ayuso1-1/+1
2005-11-09[NETFILTER] ctnetlink: kill unused includesPablo Neira Ayuso1-3/+0
2005-11-09[NETFILTER] ctnetlink: add module alias to fix autoloadingPablo Neira Ayuso1-0/+2
2005-11-09[NETFILTER] ctnetlink: add marking support from userspacePablo Neira Ayuso1-0/+10
2005-11-09[NETFILTER] ctnetlink: check if protoinfo is presentPablo Neira Ayuso1-0/+5
2005-11-09[NETFILTER] nfnetlink: nfattr_parse() can never fail, make it voidHarald Welte3-45/+10
2005-11-09[NETFILTER]: refcount leak of proto when ctnetlink dumping tupleYasuyuki Kozakai1-3/+6
2005-11-09[NETFILTER]: packet counter of conntrack is 32bitsYasuyuki Kozakai1-1/+1
2005-11-09Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds3-116/+52
2005-11-09[PATCH] sanitize lookup_hash prototypeChristoph Hellwig1-3/+3
2005-11-09[PATCH] add a vfs_permission helperChristoph Hellwig1-1/+1
2005-11-09ieee80211: cleanup crypto list handling, other minor cleanups.Christoph Hellwig1-111/+41
2005-11-09Merge rsync://bughost.org/repos/ieee80211-delta/Jeff Garzik1-5/+9
2005-11-08[Bluetooth]: Remove the usage of /proc completelyMarcel Holtmann6-357/+63
2005-11-08[Bluetooth]: Add endian annotations to the coreMarcel Holtmann3-5/+5
2005-11-08[IPV4]: Fix ip_queue_xmit identity increment for TSO packetsHerbert Xu1-1/+2
2005-11-08[NET]: kfree cleanupJesper Juhl47-191/+99
2005-11-08[IPVS]: fix connection leak if expire_nodest_conn=1Julian Anastasov1-4/+3
2005-11-08[PKT_SCHED]: Correctly handle empty ematch treesThomas Graf1-0/+5
2005-11-08[IPV6]: RFC3484 compliant source address selectionYOSHIFUJI Hideaki1-104/+240
2005-11-08[IPV6]: Make ipv6_addr_type() more generic so that we can use it for source address selection.YOSHIFUJI Hideaki2-44/+48