summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: fix rds_iovec page count overflowLinus Torvalds2011-04-141-0/+8
* CAN: Use inode instead of kernel address for /proc fileDan Rosenberg2011-04-141-2/+2
* irda: prevent integer underflow in IRLMP_ENUMDEVICESDan Rosenberg2011-04-141-7/+9
* econet: Fix crash in aun_incoming().David S. Miller2011-04-141-1/+5
* inet_diag: Make sure we actually run the same bytecode we audited.Nelson Elhage2011-04-141-11/+16
* net: tipc: fix information leak to userlandKulikov Vasiliy2011-04-141-0/+1
* net: packet: fix information leak to userlandVasiliy Kulikov2011-04-141-1/+2
* net: ax25: fix information leak to userlandVasiliy Kulikov2011-04-141-1/+1
* gro: reset skb_iif on reuseAndy Gospodarek2011-04-141-0/+1
* gro: Reset dev pointer on reuseHerbert Xu2011-04-141-0/+1
* netfilter: h323: bug in parsing of ASN1 SEQOF fieldDavid Sterba2011-04-141-1/+1
* econet: 4 byte infoleak to the networkVasiliy Kulikov2011-04-141-1/+1
* ipv6: netfilter: ip6_tables: fix infoleak to userspaceVasiliy Kulikov2011-04-141-0/+3
* netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov2011-04-141-1/+4
* netfilter: arp_tables: fix infoleak to userspaceVasiliy Kulikov2011-04-141-0/+3
* netfilter: ip_tables: fix infoleak to userspaceVasiliy Kulikov2011-04-141-0/+3
* Bluetooth: bnep: fix buffer overflowVasiliy Kulikov2011-04-141-0/+1
* bridge: netfilter: fix information leakVasiliy Kulikov2011-04-141-0/+2
* Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov2011-04-141-0/+1
* ROSE: prevent heap corruption with bad facilitiesDan Rosenberg2011-04-141-2/+16
* irda: prevent heap corruption on invalid nicknameDan Rosenberg2011-04-141-0/+3
* irda: validate peer name and attribute lengthsDan Rosenberg2011-04-141-0/+6
* mac80211: initialize sta->last_rx in sta_info_allocFelix Fietkau2011-04-141-0/+1
* SUNRPC: Never reuse the socket port after an xs_close()Trond Myklebust2011-03-281-0/+2
* SUNRPC: Ensure we always run the tk_callback before tk_actionTrond Myklebust2011-03-211-8/+6
* sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich2011-03-211-1/+0
* net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov2011-03-214-3/+13
* netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt2011-03-211-0/+4
* dccp: fix oops on Reset after closeGerrit Renker2011-03-211-4/+3
* x25: Do not reference freed memory.David S. Miller2011-03-211-1/+4
* tcp: fix inet_twsk_deschedule()Eric Dumazet2011-03-211-0/+2
* net: deinit automatic LIST_HEADEric Dumazet2011-03-211-0/+2
* tcp: Make TCP_MAXSEG minimum more correct.David S. Miller2011-03-211-1/+1
* tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller2011-03-211-1/+1
* sunrpc/cache: fix module refcnt leak in a failure pathLi Zefan2011-03-211-1/+3
* x25: decrement netdev reference counts on unloadApollon Oikonomopoulos2011-03-211-0/+1
* sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg2011-03-211-2/+6
* net: Fix ip link add netns oopsEric W. Biederman2011-03-211-0/+3
* sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2011-03-213-4/+55
* sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown2011-03-211-1/+8
* rds: Integer overflow in RDS cmsg handlingDan Rosenberg2011-03-211-1/+1
* econet: fix CVE-2010-3848Phil Blundell2011-03-211-31/+31
* econet: fix CVE-2010-3850Phil Blundell2011-03-211-0/+3
* econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell2011-03-211-18/+8
* x25: Prevent crashing when parsing bad X.25 facilitiesDan Rosenberg2011-03-211-3/+9
* can-bcm: fix minor heap overflowOliver Hartkopp2011-03-211-1/+1
* memory corruption in X.25 facilities parsingandrew hendry2011-03-212-4/+6
* x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.John Hughes2011-03-213-6/+68
* net: Limit socket I/O iovec total length to INT_MAX.David S. Miller2011-03-212-15/+15
* net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds2011-03-211-0/+4