summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-06-26net: fix rds_iovec page count overflowLinus Torvalds1-0/+9
2011-06-26econet: 4 byte infoleak to the networkVasiliy Kulikov1-1/+1
2011-06-26ipv6: netfilter: ip6_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-06-26netfilter: ip_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-06-26netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov1-0/+3
2011-06-26bridge: netfilter: fix information leakVasiliy Kulikov1-0/+2
2011-06-26Bluetooth: bnep: fix buffer overflowVasiliy Kulikov1-0/+1
2011-06-26Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov1-0/+1
2011-06-26CAN: Use inode instead of kernel address for /proc fileDan Rosenberg1-2/+2
2011-06-26irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg1-7/+9
2011-06-26inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage1-11/+16
2011-06-26net: tipc: fix information leak to userlandKulikov Vasiliy1-0/+1
2011-06-26net: ax25: fix information leak to userlandVasiliy Kulikov1-1/+1
2011-06-26udp: Fix bogus UFO packet generationHerbert Xu1-3/+6
2011-06-26SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust1-0/+2
2011-06-26SUNRPC: Ensure we always run the tk_callback before tk_actionTrond Myklebust1-8/+6
2011-06-26netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt1-0/+4
2011-06-26arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.Ian Campbell1-10/+20
2011-06-26dccp: fix oops on Reset after closeGerrit Renker1-4/+3
2011-04-17sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg1-2/+6
2011-04-17sunrpc/cache: fix module refcnt leak in a failure pathLi Zefan1-1/+3
2011-04-17ip6ip6: autoload ip6 tunnelstephen hemminger1-0/+1
2011-04-17net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov4-3/+13
2011-04-17x25: Do not reference freed memory.David S. Miller1-1/+4
2011-04-17sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown1-1/+8
2011-04-17x25: decrement netdev reference counts on unloadApollon Oikonomopoulos1-0/+1
2011-04-17econet: Fix crash in aun_incoming().David S. Miller1-1/+5
2011-04-17econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Nelson Elhage1-2/+4
2011-04-17filter: fix sk_filter rcu handlingEric Dumazet1-13/+6
2011-04-17net: packet: fix information leak to userlandVasiliy Kulikov1-1/+2
2011-04-17af_unix: limit recursion levelEric Dumazet2-6/+33
2011-04-17af_unix: limit unix_tot_inflightEric Dumazet1-0/+7
2011-04-17tcp: avoid a possible divide by zeroEric Dumazet1-2/+4
2011-04-17tcp: Bug fix in initialization of receive window.Nandita Dukkipati1-5/+4
2011-04-17tcp: Make TCP_MAXSEG minimum more correct.David S. Miller1-1/+1
2011-04-17tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller1-1/+1
2011-04-17tcp: Don't change unlocked socket state in tcp_v4_err().David S. Miller1-5/+3
2011-04-17filter: make sure filters dont read uninitialized memoryDavid S. Miller1-29/+35
2011-04-17econet: fix CVE-2010-3848Phil Blundell1-31/+31
2011-04-17net sched: fix some kernel memory leaksEric Dumazet5-37/+43
2011-04-17act_nat: use stack variableChangli Gao1-21/+10
2011-04-17net: Limit socket I/O iovec total length to INT_MAX.David S. Miller2-15/+15
2011-04-17net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds1-0/+4
2011-04-17rds: Integer overflow in RDS cmsg handlingDan Rosenberg1-1/+1
2011-04-17econet: fix CVE-2010-3850Phil Blundell1-0/+3
2011-04-17econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell1-18/+8
2011-04-17x25: Prevent crashing when parsing bad X.25 facilitiesDan Rosenberg1-3/+9
2011-04-17can-bcm: fix minor heap overflowOliver Hartkopp1-1/+1
2011-04-17memory corruption in X.25 facilities parsingandrew hendry2-4/+6
2011-04-17net: avoid limits overflowEric Dumazet11-30/+32