summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-04-17sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg
2011-04-17sunrpc/cache: fix module refcnt leak in a failure pathLi Zefan
2011-04-17ip6ip6: autoload ip6 tunnelstephen hemminger
2011-04-17net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-04-17x25: Do not reference freed memory.David S. Miller
2011-04-17sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown
2011-04-17x25: decrement netdev reference counts on unloadApollon Oikonomopoulos
2011-04-17econet: Fix crash in aun_incoming().David S. Miller
2011-04-17econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Nelson Elhage
2011-04-17filter: fix sk_filter rcu handlingEric Dumazet
2011-04-17net: packet: fix information leak to userlandVasiliy Kulikov
2011-04-17af_unix: limit recursion levelEric Dumazet
2011-04-17af_unix: limit unix_tot_inflightEric Dumazet
2011-04-17tcp: avoid a possible divide by zeroEric Dumazet
2011-04-17tcp: Bug fix in initialization of receive window.Nandita Dukkipati
2011-04-17tcp: Make TCP_MAXSEG minimum more correct.David S. Miller
2011-04-17tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller
2011-04-17tcp: Don't change unlocked socket state in tcp_v4_err().David S. Miller
2011-04-17filter: make sure filters dont read uninitialized memoryDavid S. Miller
2011-04-17econet: fix CVE-2010-3848Phil Blundell
2011-04-17net sched: fix some kernel memory leaksEric Dumazet
2011-04-17act_nat: use stack variableChangli Gao
2011-04-17net: Limit socket I/O iovec total length to INT_MAX.David S. Miller
2011-04-17net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds
2011-04-17rds: Integer overflow in RDS cmsg handlingDan Rosenberg
2011-04-17econet: fix CVE-2010-3850Phil Blundell
2011-04-17econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell
2011-04-17x25: Prevent crashing when parsing bad X.25 facilitiesDan Rosenberg
2011-04-17can-bcm: fix minor heap overflowOliver Hartkopp
2011-04-17memory corruption in X.25 facilities parsingandrew hendry
2011-04-17net: avoid limits overflowEric Dumazet
2011-04-17net sched: fix kernel leak in act_policeJeff Mahoney
2011-04-17DECnet: don't leak uninitialized stack byteDan Rosenberg
2011-04-17netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pagesEric Dumazet
2011-04-17net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings
2011-04-17net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook
2011-04-17irda: Fix heap memory corruption in iriap.cSamuel Ortiz
2011-04-17irda: Fix parameter extraction stack overflowSamuel Ortiz
2011-04-17udp: add rehash on connect()Eric Dumazet
2011-01-06net: blackhole route should always be recalculatedJianzhao Wang
2011-01-06rose: Fix signedness issues wrt. digi count.David S. Miller
2011-01-06tcp: Fix race in tcp_pollTom Marshall
2011-01-06net: clear heap allocations for privileged ethtool actionsKees Cook
2011-01-06ip: fix truesize mismatch in ip fragmentationEric Dumazet
2011-01-06net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski
2011-01-06Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi
2011-01-06net: Fix the condition passed to sk_wait_event()Nagendra Tomar
2011-01-06tcp: Fix >4GB writes on 64-bit.David S. Miller
2011-01-06xfrm4: strip ECN bits from tos fieldUlrich Weber
2011-01-06De-pessimize rds_page_copy_userLinus Torvalds