summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-11net/ipv4: Check for mistakenly passed in non-IPv4 addressMarcus Meissner1-0/+3
2012-02-11af_packet: prevent information leakEric Dumazet1-0/+2
2012-02-11svcrpc: fix double-free on shutdown of nfsd after changing pool modeJ. Bruce Fields1-0/+3
2012-02-11net_sched: Fix qdisc_notify()Eric Dumazet1-7/+7
2012-02-11Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg1-1/+1
2012-02-11NLM: Don't hang forever on NLM unlock requestsTrond Myklebust2-0/+4
2012-02-11svcrpc: fix list-corrupting race on nfsd shutdownJ. Bruce Fields1-5/+6
2012-02-11SUNRPC: Fix use of static variable in rpcb_getport_asyncBen Greear1-1/+1
2012-02-11SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)Andy Chittenden1-6/+22
2012-02-11af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman1-1/+15
2011-04-30net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani1-0/+1
2011-04-30net: ax25: fix information leak to userland harderKees Cook1-1/+1
2011-04-30CAN: Use inode instead of kernel address for /proc fileDan Rosenberg1-2/+2
2011-04-30irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg1-7/+9
2011-04-30econet: Fix crash in aun_incoming().David S. Miller1-1/+5
2011-04-30inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage1-11/+16
2011-04-30net: tipc: fix information leak to userlandKulikov Vasiliy1-0/+1
2011-04-30net: packet: fix information leak to userlandVasiliy Kulikov1-1/+2
2011-04-30net: ax25: fix information leak to userlandVasiliy Kulikov1-1/+1
2011-04-30sctp: fix to calc the INIT/INIT-ACK chunk length correctly is setWei Yongjun1-7/+10
2011-04-30econet: 4 byte infoleak to the networkVasiliy Kulikov1-1/+1
2011-04-30ipv6: netfilter: ip6_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-04-30netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov1-1/+4
2011-04-30netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-04-30netfilter: ip_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-04-30Bluetooth: bnep: fix buffer overflowVasiliy Kulikov1-0/+1
2011-04-30bridge: netfilter: fix information leakVasiliy Kulikov1-0/+2
2011-04-30Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov1-0/+1
2011-04-30ROSE: prevent heap corruption with bad facilitiesDan Rosenberg1-2/+16
2011-04-30irda: prevent heap corruption on invalid nicknameDan Rosenberg1-0/+3
2011-04-30irda: validate peer name and attribute lengthsDan Rosenberg1-0/+6
2011-04-30mac80211: initialize sta->last_rx in sta_info_allocFelix Fietkau1-0/+1
2011-04-30SUNRPC: Ensure we always run the tk_callback before tk_actionTrond Myklebust1-8/+6
2011-04-30dccp: fix oops on Reset after closeGerrit Renker1-4/+3
2011-04-30sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich3-16/+33
2011-04-30x25: Do not reference freed memory.David S. Miller1-1/+4
2011-04-30tcp: Make TCP_MAXSEG minimum more correct.David S. Miller1-1/+1
2011-04-30tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller1-1/+1
2011-04-30sunrpc/cache: fix module refcnt leak in a failure pathLi Zefan1-1/+3
2011-04-30x25: decrement netdev reference counts on unloadApollon Oikonomopoulos1-0/+1
2011-04-30filter: make sure filters dont read uninitialized memoryDavid S. Miller1-29/+35
2011-04-30sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg1-2/+6
2011-02-09sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown1-1/+8
2011-02-09sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich3-4/+55
2010-12-09econet: fix CVE-2010-3850Phil Blundell1-0/+3
2010-12-09econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell1-18/+8
2010-12-09x25: Prevent crashing when parsing bad X.25 facilitiesDan Rosenberg1-3/+9
2010-12-09can-bcm: fix minor heap overflowOliver Hartkopp1-1/+1
2010-12-09memory corruption in X.25 facilities parsingandrew hendry2-4/+6
2010-12-09x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.John Hughes3-6/+68