summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2007-03-09IPV6: Handle np->opt being NULL in ipv6_getsockopt_sticky() [CVE-2007-1000]David S. Miller
2007-03-09TCP: Fix minisock tcp_create_openreq_child() typo.Arnaldo Carvalho de Melo
2007-03-09RPM: fix double free in portmapper codeTrond Myklebust
2007-03-09Fix reference counting (memory leak) problem in __nfulnl_send() and callers r...Michał Mirosław
2007-03-09Fix anycast procfs device leakDavid Stevens
2007-03-09Don't add anycast reference to device multiple timesMichal Wrobel
2007-03-09Fix TCP MD5 locking.David Miller
2007-03-09Fix skb data reallocation handling in IPSECArnaldo Carvalho de Melo
2007-03-09Fix xfrm_add_sa_expire() return valueDavid Miller
2007-03-09Fix oops in xfrm_audit_log()David Miller
2007-03-09Prevent pseudo garbage in SYN's advertized windowIlpo Järvinen
2007-03-09Fix IPX module unloadJiri Bohac
2007-03-09Clear TCP segmentation offload state in ipt_REJECTHerbert Xu
2007-03-09Fix recently introduced problem with shutting down a busy NFS server.NeilBrown
2007-03-09Avoid using nfsd process pools on SMP machines.NeilBrown
2007-03-09IPV6: HASHTABLES: Use appropriate seed for caluculating ehash index.YOSHIFUJI Hideaki
2007-03-09Fix allocation failure handling in multicastAlexey Dobriyan
2007-03-09Fix TCP FIN handlingJohn Heffner
2007-03-09Fix ATM initcall ordering.Daniel Walker
2007-03-09knfsd: Fix a race in closing NFSd connections.NeilBrown
2007-02-02[NETFILTER]: nf_conntrack_h323: fix compile error with CONFIG_IPV6=m, CONFIG_...Adrian Bunk
2007-02-02[NETFILTER]: ctnetlink: fix compile failure with NF_CONNTRACK_MARK=nPatrick McHardy
2007-02-02[NET_SCHED]: act_ipt: fix regression in ipt actionPatrick McHardy
2007-01-30[NETFILTER]: xt_hashlimit: fix ip6tables dependencyPatrick McHardy
2007-01-30[SCTP]: Force update of the rto when processing HB-ACKVlad Yasevich
2007-01-30[IPV6]: fix BUG of ndisc_send_redirect()Li Yewang
2007-01-30[IPV6]: Fix up some CONFIG typosNeil Horman
2007-01-30[NETFILTER]: SIP conntrack: fix out of bounds memory accessPatrick McHardy
2007-01-30[NETFILTER]: SIP conntrack: fix skipping over user info in SIP headersLars Immisch
2007-01-30[NETFILTER]: xt_connbytes: fix division by zeroPatrick McHardy
2007-01-30[PATCH] knfsd: ratelimit some nfsd messages that are triggered by external ev...NeilBrown
2007-01-26[IPV4]: Fix single-entry /proc/net/fib_trie output.Robert Olsson
2007-01-26Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2007-01-26[PATCH] knfsd: fix an NFSD bug with full sized, non-page-aligned readsNeilBrown
2007-01-26[PATCH] knfsd: fix setting of ACL server versionsNeilBrown
2007-01-26[NETFILTER]: nf_conntrack_pptp: fix NAT setup of expected GRE connectionsPatrick McHardy
2007-01-26[NETFILTER]: nf_nat_pptp: fix expectation removalPatrick McHardy
2007-01-26[NETFILTER]: nf_nat: fix ICMP translation with statically linked conntrackPatrick McHardy
2007-01-26[TCP]: Restore SKB socket owner setting in tcp_transmit_skb().David S. Miller
2007-01-25[AF_PACKET]: Check device down state before hard header callbacks.David S. Miller
2007-01-25[DECNET]: Handle a failure in neigh_parms_alloc (take 2)Eric W. Biederman
2007-01-25[TCP]: Fix sorting of SACK blocks.Baruch Even
2007-01-24[AF_PACKET]: Fix BPF handling.David S. Miller
2007-01-24[IPV4]: Fix the fib trie iterator to work with a single entry routing tablesEric W. Biederman
2007-01-24[PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust
2007-01-23[SCTP]: Fix compiler warning.Brian Haley
2007-01-23[IPV6]: Fixed the size of the netlink message notified by inet6_rt_notify().Noriaki TAKAMIYA
2007-01-23[TCP]: rare bad TCP checksum with 2.6.19Jarek Poplawski
2007-01-23Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller
2007-01-23[TCP]: skb is unexpectedly freed.Masayuki Nakagawa