summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-08-02netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet1-2/+4
2010-07-05sctp: fix append error cause to ERROR chunk correctlyWei Yongjun1-2/+2
2010-07-05tipc: Fix oops on send prior to entering networked mode (v3)Neil Horman3-53/+11
2010-07-05sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman1-5/+57
2010-05-27svc: Clean up deferred requests on transport destructionTom Tucker1-7/+18
2010-04-02tc: Fix unitialized kernel memory leakEric Dumazet1-0/+2
2010-04-02tcp: fix CONFIG_TCP_MD5SIG + CONFIG_PREEMPT timer BUG()Robert Varga1-1/+1
2010-04-02sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak1-1/+1
2010-04-02net: unix: fix sending fds in multiple buffersMiklos Szeredi1-1/+4
2010-04-02ax25: Fix possible oops in ax25_make_newJarek Poplawski1-1/+1
2010-01-18netfilter: ebtables: enforce CAP_NET_ADMINFlorian Westphal1-0/+6
2010-01-07ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy3-6/+19
2009-11-10netlink: fix typo in initialization (CVE-2009-3612)Jiri Pirko1-1/+1
2009-11-10appletalk: Fix skb leak when ipddp interface is not loaded (CVE-2009-2903)Arnaldo Carvalho de Melo2-28/+35
2009-11-10AF_UNIX: Fix deadlock on connecting to shutdown socket (CVE-2009-3621)Tomoki Sekiyama1-0/+2
2009-10-05netfilter: bridge: refcount fixPatrick McHardy1-1/+1
2009-10-05net: Make the copy length in af_packet sockopt handler unsignedArjan van de Ven1-2/+2
2009-10-05net ax25: Fix signed comparison in the sockopt handlerArjan van de Ven1-1/+1
2009-09-15net: net_assign_generic() fixEric Dumazet1-1/+1
2009-09-09SUNRPC: Fix tcp reconnectionTrond Myklebust2-7/+36
2009-09-09rose: Fix rose_getname() leakEric Dumazet1-0/+1
2009-09-09netrom: Fix nr_getname() leakEric Dumazet1-0/+1
2009-09-09NET: llc, zero sockaddr_llc structJiri Slaby1-0/+1
2009-09-09irda: Fix irda_getname() leakEric Dumazet1-0/+1
2009-09-09econet: Fix econet_getname() leakEric Dumazet1-0/+1
2009-09-09can: Fix raw_getname() leakEric Dumazet1-0/+1
2009-09-09appletalk: fix atalk_getname() leakEric Dumazet1-0/+1
2009-09-09SUNRPC: Fix rpc_task_force_reencodeTrond Myklebust1-0/+1
2009-08-17Make sock_sendpage() use kernel_sendpage()Linus Torvalds1-1/+1
2009-07-31x25: Fix sleep from timer on socket destroy.David S. Miller2-6/+19
2009-07-31ipsec: Fix name of CAST algorithmHerbert Xu1-2/+2
2009-07-31SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust1-4/+14
2009-07-31SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust1-4/+1
2009-07-31SUNRPC: Avoid an unnecessary task reschedule on ENOTCONNTrond Myklebust1-8/+18
2009-07-03tcp: advertise MSS requested by userTom Quetchenbach2-3/+14
2009-06-12mac80211: pid, fix memory corruptionJiri Slaby1-32/+39
2009-06-12tcp: fix >2 iw selectionIlpo Järvinen1-0/+3
2009-06-12net: fix skb_seq_read returning wrong offset/length for page frag dataThomas Chenault1-1/+1
2009-06-12pktgen: do not access flows[] beyond its lengthFlorian Westphal1-1/+1
2009-05-02netfilter: {ip, ip6, arp}_tables: fix incorrect loop detectionPatrick McHardy3-3/+9
2009-05-02net/netrom: Fix socket lockingJean Delvare1-2/+4
2009-05-02af_rose/x25: Sanity check the maximum user frame sizeAlan Cox3-1/+15
2009-05-02net: fix sctp breakageAl Viro1-1/+2
2009-05-02netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sackMark H. Weaver1-1/+2
2009-05-02ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson1-3/+1
2009-05-02ipv6: don't use tw net when accounting for recycled twPavel Emelyanov1-2/+2
2009-05-02bridge: bad error handling when adding invalid ether addressStephen Hemminger1-1/+0
2009-03-17net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2-9/+0
2009-03-17net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo1-1/+1
2009-03-17bridge: netfilter: fix update_pmtu crash with GREHerbert Xu1-0/+13