summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-03-14net: sk_add_backlog() take rmem_alloc into accountEric Dumazet4-4/+16
2012-03-14Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg1-1/+2
2012-03-14rtnetlink: Add missing manual netlink notification in dev_change_net_namespacesEric W. Biederman1-0/+1
2012-03-14ipv6: udp: fix the wrong headroom checkShan Wei1-1/+1
2012-03-14inet_diag: fix inet_diag_bc_audit()Eric Dumazet1-8/+6
2012-03-14dccp: handle invalid feature options lengthDan Rosenberg1-0/+2
2012-03-14ipv6: Silence privacy extensions initializationRomain Francoise1-3/+0
2012-03-14SUNRPC: fix NFS client over TCP hangs due to packet loss (Bug 16494)Andy Chittenden1-6/+22
2012-03-14af_unix: Only allow recv on connected seqpacket sockets.Eric W. Biederman1-1/+15
2012-03-14can: add missing socket check in can/raw releaseOliver Hartkopp1-1/+6
2012-03-14can: Add missing socket check in can/bcm release.Dave Jones1-1/+6
2012-03-14net: ax25: fix information leak to userland harderKees Cook1-1/+1
2012-03-14gro: reset skb_iif on reuseAndy Gospodarek1-0/+1
2012-03-14gro: Reset dev pointer on reuseHerbert Xu1-0/+1
2012-03-14netfilter: ipt_CLUSTERIP: fix buffer overflowVasiliy Kulikov1-1/+4
2012-03-14ROSE: prevent heap corruption with bad facilitiesDan Rosenberg1-2/+16
2012-03-14irda: prevent heap corruption on invalid nicknameDan Rosenberg1-0/+3
2012-03-14irda: validate peer name and attribute lengthsDan Rosenberg1-0/+6
2012-03-14mac80211: initialize sta->last_rx in sta_info_allocFelix Fietkau1-0/+1
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