summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-04-18sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg1-2/+6
2011-04-18sunrpc/cache: fix module refcnt leak in a failure pathLi Zefan1-1/+3
2011-04-18ip6ip6: autoload ip6 tunnelstephen hemminger1-0/+1
2011-04-18net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov4-3/+13
2011-04-18x25: Do not reference freed memory.David S. Miller1-1/+4
2011-04-18sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown1-1/+8
2011-04-18x25: decrement netdev reference counts on unloadApollon Oikonomopoulos1-0/+1
2011-04-18econet: Fix crash in aun_incoming().David S. Miller1-1/+5
2011-04-18econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Nelson Elhage1-2/+4
2011-04-18filter: fix sk_filter rcu handlingEric Dumazet1-13/+6
2011-04-18net: packet: fix information leak to userlandVasiliy Kulikov1-1/+2
2011-04-18af_unix: limit recursion levelEric Dumazet2-6/+33
2011-04-18af_unix: limit unix_tot_inflightEric Dumazet1-0/+7
2011-04-18tcp: avoid a possible divide by zeroEric Dumazet1-2/+4
2011-04-18tcp: Bug fix in initialization of receive window.Nandita Dukkipati1-5/+4
2011-04-18tcp: Make TCP_MAXSEG minimum more correct.David S. Miller1-1/+1
2011-04-18tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller1-1/+1
2011-04-18tcp: Don't change unlocked socket state in tcp_v4_err().David S. Miller1-5/+3
2011-04-18filter: make sure filters dont read uninitialized memoryDavid S. Miller1-29/+35
2011-04-18econet: fix CVE-2010-3848Phil Blundell1-31/+31
2011-04-18net sched: fix some kernel memory leaksEric Dumazet5-37/+43
2011-04-18act_nat: use stack variableChangli Gao1-21/+10
2011-04-18net: Limit socket I/O iovec total length to INT_MAX.David S. Miller2-15/+15
2011-04-18net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds1-0/+4
2011-04-18rds: Integer overflow in RDS cmsg handlingDan Rosenberg1-1/+1
2011-04-18econet: fix CVE-2010-3850Phil Blundell1-0/+3
2011-04-18econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell1-18/+8
2011-04-18x25: Prevent crashing when parsing bad X.25 facilitiesDan Rosenberg1-3/+9
2011-04-18can-bcm: fix minor heap overflowOliver Hartkopp1-1/+1
2011-04-18memory corruption in X.25 facilities parsingandrew hendry2-4/+6
2011-04-18net: avoid limits overflowEric Dumazet11-30/+32
2011-04-18net sched: fix kernel leak in act_policeJeff Mahoney1-12/+9
2011-04-18DECnet: don't leak uninitialized stack byteDan Rosenberg1-0/+2
2011-04-18netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pagesEric Dumazet1-1/+2
2011-04-18net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings1-3/+3
2011-04-18net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook1-1/+1
2011-04-18irda: Fix heap memory corruption in iriap.cSamuel Ortiz1-1/+2
2011-04-18irda: Fix parameter extraction stack overflowSamuel Ortiz1-1/+3
2011-04-18udp: add rehash on connect()Eric Dumazet4-2/+64
2011-01-07net: blackhole route should always be recalculatedJianzhao Wang1-1/+6
2011-01-07rose: Fix signedness issues wrt. digi count.David S. Miller1-2/+2
2011-01-07tcp: Fix race in tcp_pollTom Marshall2-2/+7
2011-01-07net: clear heap allocations for privileged ethtool actionsKees Cook1-2/+2
2011-01-07ip: fix truesize mismatch in ip fragmentationEric Dumazet2-11/+26
2011-01-07net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2011-01-07Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi1-1/+2
2011-01-07net: Fix the condition passed to sk_wait_event()Nagendra Tomar1-4/+4
2011-01-07tcp: Fix >4GB writes on 64-bit.David S. Miller2-3/+4
2011-01-07xfrm4: strip ECN bits from tos fieldUlrich Weber1-1/+1
2011-01-07De-pessimize rds_page_copy_userLinus Torvalds1-20/+7