summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Fix race related problem when adding items to and svcrpc auth cache.Neil Brown2006-08-061-1/+5
* VLAN state handling fixStefan Rompf2006-08-061-5/+3
* Update frag_list in pskb_trimHerbert Xu2006-08-061-32/+74
* H.323 helper: fix possible NULL-ptr dereferencePatrick McHardy2006-08-061-1/+1
* ieee80211: TKIP requires CRC32Chuck Ebbert2006-07-241-0/+1
* Fix IPv4/DECnet routing rule dumpingPatrick McHardy2006-07-242-3/+4
* Add missing UFO initialisationsHerbert Xu2006-07-242-0/+3
* PKT_SCHED: Fix error handling while dumping actionsThomas Graf2006-07-241-2/+4
* PKT_SCHED: Return ENOENT if action module is unavailableThomas Graf2006-07-241-0/+1
* PKT_SCHED: Fix illegal memory dereferences when dumping actionsThomas Graf2006-07-241-6/+5
* ethtool: oops in ethtool_set_pauseparam()Willy Tarreau2006-07-241-1/+1
* [PATCH] NETFILTER: SCTP conntrack: fix crash triggered by packet without chun...Patrick McHardy2006-06-302-2/+2
* [PATCH] IPV6 ADDRCONF: Fix default source address selection without CONFIG_IP...YOSHIFUJI Hideaki2006-06-291-0/+3
* [PATCH] IPV6: Fix source address selection.Ɓukasz Stelmach2006-06-291-0/+6
* [PATCH] ETHTOOL: Fix UFO typoHerbert Xu2006-06-291-1/+2
* [PATCH] SCTP: Fix persistent slowdown in sctp when a gap ack consumes rx buffer.Neil Horman2006-06-291-1/+9
* [PATCH] SCTP: Send only 1 window update SACK per message.Tsutomu Fujii2006-06-291-2/+28
* [PATCH] SCTP: Reset rtt_in_progress for the chunk when processing its sack.David Miller2006-06-291-0/+1
* [PATCH] SCTP: Reject sctp packets with broadcast addresses.Vlad Yasevich2006-06-294-5/+14
* [PATCH] SCTP: Limit association max_retrans setting in setsockopt.Vlad Yasevich2006-06-291-1/+25
* [PATCH] IPV6: Sum real space for RTAs.YOSHIFUJI Hideaki2006-06-291-4/+24
* [PATCH] xt_sctp: fix endless loop caused by 0 chunk length (CVE-2006-3085)Patrick McHardy2006-06-201-1/+1
* [IPV4]: Increment ipInHdrErrors when TTL expires.Weidong2006-06-121-0/+1
* [TCP]: continued: reno sacked_out count fixAki M Nyrhinen2006-06-111-3/+1
* [DCCP] Ackvec: fix soft lockup in ackvec handling codeAndrea Bittau2006-06-111-0/+1
* [BRIDGE]: fix locking and memory leak in br_add_bridgeJiri Benc2006-06-051-12/+7
* [IRDA]: Missing allocation result check in irlap_change_speed().Florin Malita2006-06-051-1/+2
* [NET]: Eliminate unused /proc/sys/net/ethernetJes Sorensen2006-06-053-23/+0
* [TCP]: Avoid skb_pull if possible when trimming headHerbert Xu ~{PmVHI~}2006-06-051-7/+5
* [TCP] tcp_highspeed: Fix problem observed by Xiaoliang (David) WeiStephen Hemminger2006-06-021-1/+2
* [NETFILTER]: PPTP helper: fix sstate/cstate typoAlexey Dobriyan2006-05-281-2/+2
* [NETFILTER]: mark H.323 helper experimentalPatrick McHardy2006-05-281-2/+2
* [NETFILTER]: Fix small information leak in SO_ORIGINAL_DST (CVE-2006-1343)Marcel Holtmann2006-05-282-0/+2
* [NET]: dev.c comment fixesStephen Hemminger2006-05-261-9/+11
* [IPV6] ROUTE: Don't try less preferred routes for on-link routes.YOSHIFUJI Hideaki2006-05-261-5/+11
* [BRIDGE]: need to ref count the LLC sapStephen Hemminger2006-05-231-1/+2
* [NETFILTER]: SNMP NAT: fix memleak in snmp_object_decodeChris Wright2006-05-231-0/+1
* [NETFILTER]: H.323 helper: fix sequence extension parsingPatrick McHardy2006-05-231-1/+1
* [NETFILTER]: H.323 helper: fix parser error propagationPatrick McHardy2006-05-231-15/+19
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-05-236-13/+13
|\
| * [NETFILTER]: SNMP NAT: fix memory corruptionPatrick McHardy2006-05-221-8/+7
| * [IRDA]: fix 16/32 bit confusionAlexey Dobriyan2006-05-221-1/+2
| * [NET]: Fix "ntohl(ntohs" bugsAlexey Dobriyan2006-05-224-4/+4
* | [PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieNeilBrown2006-05-231-0/+1
|/
* [SCTP]: Allow linger to abort 1-N style sockets.Vladislav Yasevich2006-05-191-6/+6
* [SCTP]: Validate the parameter length in HB-ACK chunk.Vladislav Yasevich2006-05-191-0/+6
* [SCTP]: A better solution to fix the race between sctp_peeloff() andVladislav Yasevich2006-05-192-67/+89
* [SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.Sridhar Samudrala2006-05-194-33/+63
* [NETFILTER]: nfnetlink_log: fix byteorder confusionPatrick McHardy2006-05-191-2/+2
* [NETFILTER]: Fix do_add_counters race, possible oops or info leak (CVE-2006-0...Solar Designer2006-05-192-2/+2