summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Phonet: disable network namespace supportRémi Denis-Courmont3-3/+22
2010-10-29net: blackhole route should always be recalculatedJianzhao Wang1-1/+6
2010-10-29rose: Fix signedness issues wrt. digi count.David S. Miller1-2/+2
2010-10-29tcp: Fix race in tcp_pollTom Marshall2-2/+7
2010-10-29net: clear heap allocations for privileged ethtool actionsKees Cook1-1/+1
2010-10-29ip: fix truesize mismatch in ip fragmentationEric Dumazet2-11/+26
2010-10-29net: Fix IPv6 PMTU disc. w/ asymmetric routesMaciej Żenczykowski1-4/+24
2010-10-29Phonet: Correct header retrieval after pskb_may_pullKumar Sanghvi1-1/+2
2010-10-29net: Fix the condition passed to sk_wait_event()Nagendra Tomar1-4/+4
2010-10-29tcp: Fix >4GB writes on 64-bit.David S. Miller2-3/+4
2010-10-29xfrm4: strip ECN and IP Precedence bits in policy lookupUlrich Weber1-2/+2
2010-10-29De-pessimize rds_page_copy_userLinus Torvalds1-20/+7
2010-10-29wext: fix potential private ioctl memory content leakJohannes Berg1-1/+1
2010-09-27gro: Fix bogus gso_size on the first fraglist entryHerbert Xu1-0/+1
2010-09-27sctp: Do not reset the packet during sctp_packet_config().Vlad Yasevich1-1/+0
2010-09-27net/llc: make opt unsigned in llc_ui_setsockopt()Dan Carpenter1-1/+2
2010-09-27UNIX: Do not loop forever at unix_autobind().Tetsuo Handa1-3/+12
2010-09-27rds: fix a leak of kernel memoryEric Dumazet1-1/+1
2010-09-27net: Fix oops from tcp_collapse() when using splice()Steven J. Magnani1-0/+1
2010-09-27bridge: Clear INET control block of SKBs passed into ip_fragment().David S. Miller1-2/+4
2010-09-27bridge: Clear IPCB before possible entry into IP stackHerbert Xu1-0/+3
2010-09-27tcp: fix three tcp sysctls tuningEric Dumazet1-17/+7
2010-09-27tcp: Combat per-cpu skew in orphan tests.David S. Miller2-8/+5
2010-09-27tcp: select(writefds) don't hang up when a peer close connectionKOSAKI Motohiro1-1/+2
2010-09-27irda: Correctly clean up self->ias_obj on irda_bind() failure.David S. Miller1-2/+2
2010-09-27gro: Re-fix different skb headroomsJarek Poplawski1-1/+1
2010-09-27gro: fix different skb headroomsEric Dumazet1-2/+6
2010-09-21SUNRPC: Fix race corrupting rpc upcallTrond Myklebust2-7/+8
2010-09-21wireless extensions: fix kernel heap content leakJohannes Berg2-0/+19
2010-09-21irda: off by oneDan Carpenter1-1/+1
2010-08-27netlink: fix compat recvmsgJohannes Berg1-30/+16
2010-08-27act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao1-1/+1
2010-08-27can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp1-14/+27
2010-08-27net: Fix a memmove bug in dev_gro_receive()Jarek Poplawski1-1/+1
2010-08-14arp_notify: allow drivers to explicitly request a notification event.Ian Campbell2-0/+19
2010-08-10cfg80211: don't get expired BSSesJohannes Berg1-0/+5
2010-08-10cfg80211: ignore spurious deauthJohannes Berg1-4/+4
2010-08-109p: strlen() doesn't count the terminatorDan Carpenter1-1/+1
2010-08-02mac80211: fix supported rates IE if AP doesn't give us it's ratesStanislaw Gruszka1-6/+11
2010-08-02ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings1-9/+29
2010-08-02ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALLBen Hutchings1-2/+3
2010-08-02tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen1-0/+3
2010-08-02net/core: neighbour update OopsDoug Kehn1-1/+4
2010-08-02netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet1-2/+4
2010-08-02ipvs: Add missing locking during connection table hashing and unhashingSven Wegener1-0/+4
2010-08-02mac80211: Handle mesh action frames in ieee80211_rx_h_actionJavier Cardona1-0/+5
2010-08-02mac80211: do not wip out old supported ratesStanislaw Gruszka1-10/+11
2010-08-02SUNRPC: Fix a re-entrancy bug in xs_tcp_read_calldir()Trond Myklebust1-16/+22
2010-07-05sctp: fix append error cause to ERROR chunk correctlyWei Yongjun1-2/+2
2010-07-05tipc: Fix oops on send prior to entering networked mode (v3)Neil Horman3-53/+11