summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-09ipv6: conntrack: Add member of user to nf_ct_frag6_queue structureShan Wei1-0/+1
2010-12-09net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds1-0/+4
2010-12-09tcp: Fix race in tcp_pollTom Marshall2-2/+7
2010-12-09Limit sysctl_tcp_mem and sysctl_udp_mem initializers to prevent integer overf...Robin Holt3-3/+9
2010-12-09net: Fix the condition passed to sk_wait_event()Nagendra Tomar1-4/+4
2010-12-09rose: Fix signedness issues wrt. digi count.David S. Miller1-2/+2
2010-12-09net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2010-12-09xfrm4: strip ECN and IP Precedence bits in policy lookupUlrich Weber1-2/+2
2010-12-09net: clear heap allocations for privileged ethtool actionsKees Cook1-1/+1
2010-12-09DECnet: don't leak uninitialized stack byteDan Rosenberg1-0/+2