summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netlink: fix typo in initialization (CVE-2009-3612)Jiri Pirko2009-11-091-1/+1
* appletalk: Fix skb leak when ipddp interface is not loaded (CVE-2009-2903)Arnaldo Carvalho de Melo2009-11-092-28/+35
* AF_UNIX: Fix deadlock on connecting to shutdown socket (CVE-2009-3621)Tomoki Sekiyama2009-11-091-0/+2
* netfilter: bridge: refcount fixPatrick McHardy2009-10-051-1/+1
* net: Make the copy length in af_packet sockopt handler unsignedArjan van de Ven2009-10-051-2/+2
* net ax25: Fix signed comparison in the sockopt handlerArjan van de Ven2009-10-051-1/+1
* net: net_assign_generic() fixEric Dumazet2009-09-151-1/+1
* SUNRPC: Fix tcp reconnectionTrond Myklebust2009-09-082-7/+36
* rose: Fix rose_getname() leakEric Dumazet2009-09-081-0/+1
* netrom: Fix nr_getname() leakEric Dumazet2009-09-081-0/+1
* NET: llc, zero sockaddr_llc structJiri Slaby2009-09-081-0/+1
* irda: Fix irda_getname() leakEric Dumazet2009-09-081-0/+1
* econet: Fix econet_getname() leakEric Dumazet2009-09-081-0/+1
* can: Fix raw_getname() leakEric Dumazet2009-09-081-0/+1
* appletalk: fix atalk_getname() leakEric Dumazet2009-09-081-0/+1
* SUNRPC: Fix rpc_task_force_reencodeTrond Myklebust2009-09-081-0/+1
* Make sock_sendpage() use kernel_sendpage()Linus Torvalds2009-08-161-1/+1
* x25: Fix sleep from timer on socket destroy.David S. Miller2009-07-302-6/+19
* ipsec: Fix name of CAST algorithmHerbert Xu2009-07-301-2/+2
* SUNRPC: Don't disconnect if a connection is still in progress.Trond Myklebust2009-07-301-4/+14
* SUNRPC: Ensure we set XPRT_CLOSING only after we've sent a tcp FIN...Trond Myklebust2009-07-301-4/+1
* SUNRPC: Avoid an unnecessary task reschedule on ENOTCONNTrond Myklebust2009-07-301-8/+18
* tcp: advertise MSS requested by userTom Quetchenbach2009-07-022-3/+14
* mac80211: pid, fix memory corruptionJiri Slaby2009-06-111-32/+39
* tcp: fix >2 iw selectionIlpo Järvinen2009-06-111-0/+3
* net: fix skb_seq_read returning wrong offset/length for page frag dataThomas Chenault2009-06-111-1/+1
* pktgen: do not access flows[] beyond its lengthFlorian Westphal2009-06-111-1/+1
* netfilter: {ip, ip6, arp}_tables: fix incorrect loop detectionPatrick McHardy2009-05-023-3/+9
* net/netrom: Fix socket lockingJean Delvare2009-05-021-2/+4
* af_rose/x25: Sanity check the maximum user frame sizeAlan Cox2009-05-023-1/+15
* net: fix sctp breakageAl Viro2009-05-021-1/+2
* netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sackMark H. Weaver2009-05-021-1/+2
* ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson2009-05-021-3/+1
* ipv6: don't use tw net when accounting for recycled twPavel Emelyanov2009-05-021-2/+2
* bridge: bad error handling when adding invalid ether addressStephen Hemminger2009-05-021-1/+0
* net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2009-03-162-9/+0
* net: amend the fix for SO_BSDCOMPAT gsopt infoleakEugene Teo2009-03-161-1/+1
* bridge: netfilter: fix update_pmtu crash with GREHerbert Xu2009-03-161-0/+13
* net: Fix data corruption when splicing from sockets.Jarek Poplawski2009-02-171-32/+29
* mac80211: fix a buffer overrun in station debug codeJianjun Kong2009-02-171-1/+1
* bluetooth hid: enable quirk handling for Apple Wireless Keyboards in 2.6.27Torsten Rausche2009-02-171-0/+4
* netfilter: xt_sctp: sctp chunk mapping doesn't workQu Haoran2009-02-171-1/+1
* netfilter: fix tuple inversion for Node information requestEric Leblond2009-02-171-2/+2
* tcp: Fix length tcp_splice_data_recv passes to skb_splice_bits.Dimitris Michailidis2009-02-171-1/+2
* tcp: splice as many packets as possible at onceWilly Tarreau2009-02-171-2/+9
* packet: Avoid lock_sock in mmap handlerHerbert Xu2009-02-171-2/+7
* net: Fix OOPS in skb_seq_read().Shyam Iyer2009-02-171-5/+5
* net: Fix frag_list handling in skb_seq_readHerbert Xu2009-02-171-2/+3
* udp: increments sk_drops in __udp_queue_rcv_skb()Eric Dumazet2009-02-171-1/+3
* udp: Fix UDP short packet false positiveJesper Dangaard Brouer2009-02-171-1/+2