summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2009-11-09netlink: fix typo in initialization (CVE-2009-3612)Jiri Pirko1-1/+1
2009-11-09appletalk: Fix skb leak when ipddp interface is not loaded (CVE-2009-2903)Arnaldo Carvalho de Melo2-28/+35
2009-11-09AF_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-08SUNRPC: Fix tcp reconnectionTrond Myklebust2-7/+36
2009-09-08rose: Fix rose_getname() leakEric Dumazet1-0/+1
2009-09-08netrom: Fix nr_getname() leakEric Dumazet1-0/+1
2009-09-08NET: llc, zero sockaddr_llc structJiri Slaby1-0/+1
2009-09-08irda: Fix irda_getname() leakEric Dumazet1-0/+1
2009-09-08econet: Fix econet_getname() leakEric Dumazet1-0/+1
2009-09-08can: Fix raw_getname() leakEric Dumazet1-0/+1
2009-09-08appletalk: fix atalk_getname() leakEric Dumazet1-0/+1
2009-09-08SUNRPC: Fix rpc_task_force_reencodeTrond Myklebust1-0/+1
2009-08-16Make sock_sendpage() use kernel_sendpage()Linus Torvalds1-1/+1
2009-07-30x25: Fix sleep from timer on socket destroy.David S. Miller2-6/+19
2009-07-30ipsec: Fix name of CAST algorithmHerbert Xu1-2/+2
2009-07-30SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust1-4/+14
2009-07-30SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust1-4/+1
2009-07-30SUNRPC: Avoid an unnecessary task reschedule on ENOTCONNTrond Myklebust1-8/+18
2009-07-02tcp: advertise MSS requested by userTom Quetchenbach2-3/+14
2009-06-11mac80211: pid, fix memory corruptionJiri Slaby1-32/+39
2009-06-11tcp: fix >2 iw selectionIlpo Järvinen1-0/+3
2009-06-11net: fix skb_seq_read returning wrong offset/length for page frag dataThomas Chenault1-1/+1
2009-06-11pktgen: 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-16net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2-9/+0
2009-03-16net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo1-1/+1
2009-03-16bridge: netfilter: fix update_pmtu crash with GREHerbert Xu1-0/+13
2009-02-17net: Fix data corruption when splicing from sockets.Jarek Poplawski1-32/+29
2009-02-17mac80211: fix a buffer overrun in station debug codeJianjun Kong1-1/+1
2009-02-17bluetooth hid: enable quirk handling for Apple Wireless Keyboards in 2.6.27Torsten Rausche1-0/+4
2009-02-17netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran1-1/+1
2009-02-17netfilter: fix tuple inversion for Node information requestEric Leblond1-2/+2
2009-02-17tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis1-1/+2
2009-02-17tcp: splice as many packets as possible at onceWilly Tarreau1-2/+9
2009-02-17packet: Avoid lock_sock in mmap handlerHerbert Xu1-2/+7
2009-02-17net: Fix OOPS in skb_seq_read().Shyam Iyer1-5/+5
2009-02-17net: Fix frag_list handling in skb_seq_readHerbert Xu1-2/+3
2009-02-17udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet1-1/+3
2009-02-17udp: Fix UDP short packet false positiveJesper Dangaard Brouer1-1/+2