summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* APPLETALK: Fix a remotely triggerable crashJean Delvare2007-04-061-2/+5
* NET: Fix FIB rules compatabilityThomas Graf2007-04-064-24/+47
* FRA_{DST,SRC} are le16 for decnetAl Viro2007-04-061-6/+6
* NET: Fix sock_attach_fd() failure in sys_accept()Alexey Dobriyan2007-04-061-1/+6
* DCCP: Fix exploitable hole in DCCP socket optionsArnaldo Carvalho de Melo2007-04-061-1/+3
* IPV6: Fix ipv6 round-robin locking.David Miller2007-04-062-38/+67
* NET_SCHED: Fix ingress qdisc locking.Patrick McHardy2007-04-061-2/+2
* NET: Fix packet classidier NULL pointer OOPSPatrick McHardy2007-04-061-9/+7
* IrDA: irttp_dup spin_lock initialisationSamuel Ortiz2007-03-231-0/+1
* Copy over mac_len when cloning an skbAlexey Dobriyan2007-03-231-0/+1
* Fix ipv6 flow label inheritanceMasayuki Nakagawa2007-03-231-0/+1
* Fix GFP_KERNEL with preemption disabled in fib_trieRobert Olsson2007-03-231-2/+0
* Fix extraneous IPSEC larval SA creationJoy Latten2007-03-231-2/+4
* NETFILTER: nfnetlink_log: fix reference countingMichal Miroslaw2007-03-231-6/+2
* NetLabel: Verify sensitivity level has a valid CIPSO mappingPaul Moore2007-03-231-3/+4
* Fix rtm_to_ifaddr() error return.Evgeniy Polyakov2007-03-231-1/+3
* Fix another NULL pointer deref in ipv6_sockglue.cOlaf Kirch2007-03-231-1/+1
* Fix UDP header pointer after pskb_trim_rcsum()Herbert Xu2007-03-131-0/+1
* Fix compat_getsockoptJohannes Berg2007-03-131-1/+1
* nfnetlink_log: fix crash on bridged packetPatrick McHardy2007-03-131-1/+1
* nfnetlink_log: zero-terminate prefixPatrick McHardy2007-03-131-1/+1
* nf_conntrack: fix incorrect classification of IPv6 fragments as ESTABLISHEDPatrick McHardy2007-03-131-0/+1
* ip6_route_me_harder should take into account markYasuyuki Kozakai2007-03-131-0/+1
* nfnetlink_log: fix possible NULL pointer dereferenceMichal Miroslaw2007-03-131-0/+4
* nfnetlink_log: fix NULL pointer dereferenceMicha Mirosaw2007-03-131-0/+1
* nfnetlink_log: fix use after freePatrick McHardy2007-03-131-1/+1
* nfnetlink_log: fix reference leakPatrick McHardy2007-03-131-3/+4
* tcp conntrack: accept SYN|URG as validPatrick McHardy2007-03-132-2/+6
* nf_conntrack/nf_nat: fix incorrect config ifdefsPatrick McHardy2007-03-136-12/+6
* conntrack: fix {nf, ip}_ct_iterate_cleanup endless loopsPatrick McHardy2007-03-132-2/+2
* IPV6: Handle np->opt being NULL in ipv6_getsockopt_sticky() [CVE-2007-1000]David S. Miller2007-03-091-3/+7
* TCP: Fix minisock tcp_create_openreq_child() typo.Arnaldo Carvalho de Melo2007-03-091-1/+1
* RPM: fix double free in portmapper codeTrond Myklebust2007-03-091-3/+5
* Fix reference counting (memory leak) problem in __nfulnl_send() and callers r...Michał Mirosław2007-03-091-3/+12
* Fix anycast procfs device leakDavid Stevens2007-03-091-0/+1
* Don't add anycast reference to device multiple timesMichal Wrobel2007-03-091-0/+2
* Fix TCP MD5 locking.David Miller2007-03-091-12/+12
* Fix skb data reallocation handling in IPSECArnaldo Carvalho de Melo2007-03-091-0/+1
* Fix xfrm_add_sa_expire() return valueDavid Miller2007-03-091-3/+3
* Fix oops in xfrm_audit_log()David Miller2007-03-093-11/+19
* Prevent pseudo garbage in SYN's advertized windowIlpo Järvinen2007-03-091-2/+2
* Fix IPX module unloadJiri Bohac2007-03-091-8/+16
* Clear TCP segmentation offload state in ipt_REJECTHerbert Xu2007-03-091-0/+4
* Fix recently introduced problem with shutting down a busy NFS server.NeilBrown2007-03-092-14/+25
* Avoid using nfsd process pools on SMP machines.NeilBrown2007-03-091-1/+5
* IPV6: HASHTABLES: Use appropriate seed for caluculating ehash index.YOSHIFUJI Hideaki2007-03-091-1/+1
* Fix allocation failure handling in multicastAlexey Dobriyan2007-03-092-0/+4
* Fix TCP FIN handlingJohn Heffner2007-03-091-1/+2
* Fix ATM initcall ordering.Daniel Walker2007-03-091-1/+2
* knfsd: Fix a race in closing NFSd connections.NeilBrown2007-03-092-16/+40