aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-03-14ip6ip6: autoload ip6 tunnelstephen hemminger
2011-03-14net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov
2011-03-14netfilter: nf_log: avoid oops in (un)bind with invalid nfproto valuesJan Engelhardt
2011-03-07arp_notify: unconditionally send gratuitous ARP for NETDEV_NOTIFY_PEERS.Ian Campbell
2011-03-07dccp: fix oops on Reset after closeGerrit Renker
2011-03-07sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich
2011-03-02x25: Do not reference freed memory.David S. Miller
2011-03-02tcp: Make TCP_MAXSEG minimum more correct.David S. Miller
2011-03-02tcp: Increase TCP_MAXSEG socket option minimum.David S. Miller
2011-03-02sunrpc/cache: fix module refcnt leak in a failure pathLi Zefan
2011-03-02x25: decrement netdev reference counts on unloadApollon Oikonomopoulos
2011-03-02filter: make sure filters dont read uninitialized memoryDavid S. Miller
2011-03-02sctp: Fix out-of-bounds reading in sctp_asoc_get_hmac()Dan Rosenberg
2011-02-17sched: Fix softirq time accountingVenkatesh Pallipadi
2011-01-07sctp: Fix a race between ICMP protocol unreachable and connect()Vlad Yasevich
2011-01-07net: release dst entry while cache-hot for GSO case tooKrishna Kumar
2011-01-07sunrpc: prevent use-after-free on clearing XPT_BUSYNeilBrown
2010-12-09net sched: fix some kernel memory leaksEric Dumazet
2010-12-09act_nat: use stack variableChangli Gao
2010-12-09net: Limit socket I/O iovec total length to INT_MAX.David S. Miller
2010-12-09net: Truncate recvfrom and sendto length to INT_MAX.Linus Torvalds
2010-12-09rds: Integer overflow in RDS cmsg handlingDan Rosenberg
2010-12-09econet: fix CVE-2010-3850Phil Blundell
2010-12-09econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell
2010-12-09x25: Prevent crashing when parsing bad X.25 facilitiesDan Rosenberg
2010-12-09can-bcm: fix minor heap overflowOliver Hartkopp
2010-12-09memory corruption in X.25 facilities parsingandrew hendry
2010-12-09x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet.John Hughes
2010-12-09Limit sysctl_tcp_mem and sysctl_udp_mem initializers to prevent integer overf...Robin Holt
2010-12-09net sched: fix kernel leak in act_policeJeff Mahoney
2010-12-09DECnet: don't leak uninitialized stack byteDan Rosenberg
2010-12-09netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pagesEric Dumazet
2010-12-09net: NETIF_F_HW_CSUM does not imply FCoE CRC offloadBen Hutchings
2010-12-09net: clear heap allocation for ETHTOOL_GRXCLSRLALLKees Cook
2010-12-09irda: Fix heap memory corruption in iriap.cSamuel Ortiz
2010-12-09irda: Fix parameter extraction stack overflowSamuel Ortiz
2010-10-28Phonet: disable network namespace supportRémi Denis-Courmont
2010-10-28net: blackhole route should always be recalculatedJianzhao Wang
2010-10-28rose: Fix signedness issues wrt. digi count.David S. Miller
2010-10-28tcp: Fix race in tcp_pollTom Marshall
2010-10-28net: clear heap allocations for privileged ethtool actionsKees Cook
2010-10-28ip: fix truesize mismatch in ip fragmentationEric Dumazet
2010-10-28net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski
2010-10-28Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi
2010-10-28net: Fix the condition passed to sk_wait_event()Nagendra Tomar
2010-10-28tcp: Fix >4GB writes on 64-bit.David S. Miller
2010-10-28xfrm4: strip ECN and IP Precedence bits in policy lookupUlrich Weber
2010-10-28De-pessimize rds_page_copy_userLinus Torvalds
2010-10-28wext: fix potential private ioctl memory content leakJohannes Berg
2010-09-26gro: Fix bogus gso_size on the first fraglist entryHerbert Xu