summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2010-09-26sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich
2010-09-26net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter
2010-09-26UNIX: Do not loop forever at unix_autobind().Tetsuo Handa
2010-09-26rds: fix a leak of kernel memoryEric Dumazet
2010-09-26net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani
2010-09-26bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller
2010-09-26bridge: Clear IPCB before possible entry into IP stackHerbert Xu
2010-09-26tcp: fix three tcp sysctls tuningEric Dumazet
2010-09-26tcp: Combat per-cpu skew in orphan tests.David S. Miller
2010-09-26tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro
2010-09-26irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller
2010-09-26gro: Re-fix different skb headroomsJarek Poplawski
2010-09-26gro: fix different skb headroomsEric Dumazet
2010-09-20SUNRPC: Fix race corrupting rpc upcallTrond Myklebust
2010-09-20wireless extensions: fix kernel heap content leakJohannes Berg
2010-09-20irda: off by oneDan Carpenter
2010-08-26netlink: fix compat recvmsgJohannes Berg
2010-08-26act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao
2010-08-26can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp
2010-08-26net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski
2010-08-13arp_notify: allow drivers to explicitly request a notification event.Ian Campbell
2010-08-10cfg80211: don't get expired BSSesJohannes Berg
2010-08-10cfg80211: ignore spurious deauthJohannes Berg
2010-08-109p: strlen() doesn't count the terminatorDan Carpenter
2010-08-02mac80211: fix supported rates IE if AP doesn't give us it's ratesStanislaw Gruszka
2010-08-02ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings
2010-08-02ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings
2010-08-02tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen