summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-04-13mac80211: count interfaces correctly for combination checksAndrei Otcheretianski1-1/+1
2015-04-13mac80211: drop unencrypted frames in mesh fwdingBob Copeland1-0/+3
2015-04-13mac80211: disable u-APSD queues by defaultMichal Kazior1-6/+17
2015-04-13nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg1-0/+10
2015-03-26netfilter: nf_tables: fix addition/deletion of elements from commit/abortPablo Neira Ayuso1-9/+12
2015-03-26netfilter: nf_tables: fix transaction race conditionPatrick McHardy1-1/+1
2015-03-26netfilter: xt_socket: fix a stack corruption bugEric Dumazet1-9/+12
2015-03-26netfilter: nft_compat: fix module refcount underflowPablo Neira Ayuso1-2/+10
2015-03-26ipvs: fix inability to remove a mixed-family RSAlexey Andriyanov1-1/+1
2015-03-26ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov1-0/+3
2015-03-26can: add missing initialisations in CAN related skbuffsOliver Hartkopp1-0/+3
2015-03-26net: validate the range we feed to iov_iter_init() in sys_sendto/sys_recvfromAl Viro1-0/+4
2015-03-26net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas1-0/+7
2015-03-26tcp: fix tcp fin memory accountingJosh Hunt1-5/+1
2015-03-26ipv6: fix backtracking for throw routesSteven Barth1-0/+1
2015-03-26ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_f...Sabrina Dubroca1-5/+3
2015-03-26rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro1-1/+1
2015-03-26caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro1-1/+1
2015-03-26inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet1-3/+15
2015-03-26rds: avoid potential stack overflowArnd Bergmann1-18/+22
2015-03-26net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev1-4/+6
2015-03-26tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceNeal Cardwell1-2/+4
2015-03-26tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in wNeal Cardwell1-0/+6
2015-03-26net_sched: fix struct tc_u_hnode layout in u32WANG Cong1-1/+4
2015-03-18Revert "netfilter: xt_recent: relax ip_pkt_list_tot restrictions"Greg Kroah-Hartman1-47/+17
2015-03-18SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever1-1/+4
2015-03-18sunrpc: fix braino in ->poll()Al Viro1-1/+1
2015-03-18net: irda: fix wait_until_sent poll timeoutJohan Hovold1-1/+3
2015-03-18mac80211: notify channel switch at the end of ieee80211_chswitch_post_beacon()Luciano Coelho1-2/+2
2015-03-18mac80211: Send EAPOL frames at lowest rateJouni Malinen1-0/+1
2015-03-18net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2-4/+13
2015-03-18udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2-2/+4
2015-03-18net: do not use rcu in rtnl_dump_ifinfo()Eric Dumazet1-3/+1
2015-03-18net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas1-9/+0
2015-03-18net: pktgen: disable xmit_clone on virtual devicesEric Dumazet1-0/+3
2015-03-18net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-03-18sock: sock_dequeue_err_skb() needs hard irq safetyEric Dumazet1-2/+3
2015-03-18openvswitch: Fix net exit.Pravin B Shelar2-2/+45
2015-03-18ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki1-0/+1
2015-03-18ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov1-4/+7
2015-03-18ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov1-1/+1
2015-03-18gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki1-1/+14
2015-03-18rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong1-2/+10
2015-03-18ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-03-18tcp: make sure skb is not shared before using skb_get()Eric Dumazet1-8/+24
2015-03-18ipv6: Make __ipv6_select_ident staticVlad Yasevich1-1/+2
2015-03-18ipv6: Fix fragment id assignment on LE arches.Vlad Yasevich1-1/+1
2015-03-18rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann1-12/+6
2015-03-18pktgen: fix UDP checksum computationSabrina Dubroca1-8/+8
2015-03-18ipv6: addrconf: add missing validate_link_af handlerDaniel Borkmann1-0/+17