summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2011-01-06wext: fix potential private ioctl memory content leakJohannes Berg
2011-01-06sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich
2011-01-06net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter
2011-01-06UNIX: Do not loop forever at unix_autobind().Tetsuo Handa
2011-01-06rds: fix a leak of kernel memoryEric Dumazet
2011-01-06bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller
2011-01-06bridge: Clear IPCB before possible entry into IP stackHerbert Xu
2011-01-06tcp: fix three tcp sysctls tuningEric Dumazet
2011-01-06tcp: Combat per-cpu skew in orphan tests.David S. Miller
2011-01-06tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro
2011-01-06irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller
2011-01-06gro: Re-fix different skb headroomsJarek Poplawski
2011-01-06gro: fix different skb headroomsEric Dumazet
2011-01-06SUNRPC: Fix race corrupting rpc upcallTrond Myklebust
2011-01-06wireless extensions: fix kernel heap content leakJohannes Berg
2011-01-06irda: off by oneDan Carpenter
2011-01-06sctp: fix append error cause to ERROR chunk correctlyWei Yongjun
2010-08-26netlink: fix compat recvmsgJohannes Berg
2010-08-26pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski
2010-08-26pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski
2010-08-26net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski
2010-08-26net: Fix napi_gro_frags vs netpoll pathJarek Poplawski
2010-08-26net: dev_forward_skb should call nf_resetBen Greear
2010-08-26can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp
2010-08-26act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao
2010-08-26bridge: Fix skb leak when multicast parsing fails on TXHerbert Xu
2010-08-26tcp: cookie transactions setsockopt memory leakDmitry Popov
2010-08-26bridge: add rcu_read_lock on transmitStephen Hemminger
2010-08-26cfg80211: fix locking in action frame TXJohannes Berg
2010-08-13arp_notify: allow drivers to explicitly request a notification event.Ian Campbell
2010-08-10mac80211: avoid scheduling while atomic in mesh_rx_plink_frameJohn W. Linville
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-02netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet
2010-08-02ipv6: fix NULL reference in proxy neighbor discoverystephen hemminger