summaryrefslogtreecommitdiffstats
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
* sctp: fix to calc the INIT/INIT-ACK chunk length correctly is setWei Yongjun2011-04-141-7/+10
* gro: reset skb_iif on reuseAndy Gospodarek2011-04-141-0/+1
* gro: Reset dev pointer on reuseHerbert Xu2011-04-141-0/+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-271-0/+2
* SUNRPC: Ensure we always run the tk_callback before tk_actionTrond Myklebust2011-03-231-8/+6
* ip6ip6: autoload ip6 tunnelstephen hemminger2011-03-141-0/+1
* net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov2011-03-144-3/+13
* netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt2011-03-141-0/+4
* arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.Ian Campbell2011-03-071-10/+20
* dccp: fix oops on Reset after closeGerrit Renker2011-03-071-4/+3
* sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich2011-03-073-16/+33
* x25: Do not reference freed memory.David S. Miller2011-03-021-1/+4
* tcp: Make TCP_MAXSEG minimum more correct.David S. Miller2011-03-021-1/+1
* tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller2011-03-021-1/+1
* sunrpc/cache: fix module refcnt leak in a failure pathLi Zefan2011-03-021-1/+3
* x25: decrement netdev reference counts on unloadApollon Oikonomopoulos2011-03-021-0/+1
* filter: make sure filters dont read uninitialized memoryDavid S. Miller2011-03-021-29/+35
* sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg2011-03-021-2/+6
* sched: Fix softirq time accountingVenkatesh Pallipadi2011-02-171-1/+1
* sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich2011-01-073-4/+55
* net: release dst entry while cache-hot for GSO case tooKrishna Kumar2011-01-071-0/+8
* sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown2011-01-071-1/+8
* net sched: fix some kernel memory leaksEric Dumazet2010-12-095-37/+43
* act_nat: use stack variableChangli Gao2010-12-091-21/+10
* net: Limit socket I/O iovec total length to INT_MAX.David S. Miller2010-12-092-15/+15
* net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds2010-12-091-0/+4
* rds: Integer overflow in RDS cmsg handlingDan Rosenberg2010-12-091-1/+1
* econet: fix CVE-2010-3850Phil Blundell2010-12-091-0/+3
* econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell2010-12-091-18/+8
* x25: Prevent crashing when parsing bad X.25 facilitiesDan Rosenberg2010-12-091-3/+9