summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-03-30xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang1-6/+6
2015-03-30nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg1-0/+10
2015-03-30mac80211: count interfaces correctly for combination checksAndrei Otcheretianski1-1/+1
2015-03-30mac80211: disable u-APSD queues by defaultMichal Kazior1-6/+17
2015-03-30mac80211: drop unencrypted frames in mesh fwdingBob Copeland1-0/+3
2015-03-24tcp: make connect() mem charging friendlyEric Dumazet1-40/+28
2015-03-24net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas1-0/+7
2015-03-24tcp: fix tcp fin memory accountingJosh Hunt1-5/+1
2015-03-24ipv6: fix backtracking for throw routesSteven Barth1-0/+1
2015-03-24rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro1-1/+1
2015-03-24caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro1-1/+1
2015-03-24inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet1-3/+15
2015-03-24rds: avoid potential stack overflowArnd Bergmann1-18/+22
2015-03-24net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev1-4/+6
2015-03-23can: add missing initialisations in CAN related skbuffsOliver Hartkopp1-0/+3
2015-03-20ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca1-2/+2
2015-03-20net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann1-2/+8
2015-03-20net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann1-0/+5
2015-03-18SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever1-1/+4
2015-03-18svcrpc: fix memory leak in gssp_accept_sec_context_upcallDavid Ramos1-0/+2
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: Send EAPOL frames at lowest rateJouni Malinen1-0/+1
2015-03-12net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2-4/+15
2015-03-12udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2-2/+4
2015-03-12net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas1-9/+0
2015-03-12net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-03-12openvswitch: Fix net exit.Pravin B Shelar2-2/+45
2015-03-12ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki1-0/+1
2015-03-12ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov1-4/+7
2015-03-12ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov1-1/+1
2015-03-12gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki1-1/+14
2015-03-12rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong1-2/+10
2015-03-12ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-03-12tcp: make sure skb is not shared before using skb_get()Eric Dumazet1-8/+24
2015-03-12rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann1-12/+6
2015-03-12pktgen: fix UDP checksum computationSabrina Dubroca1-8/+8
2015-03-12flowcache: Fix kernel panic in flow_cache_flush_taskMiroslav Urbanek1-1/+1
2015-03-12ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov1-0/+3
2015-03-12netfilter: xt_socket: fix a stack corruption bugEric Dumazet1-9/+12
2015-03-12netfilter: nft_compat: fix module refcount underflowPablo Neira Ayuso1-2/+10
2015-03-12ipvs: rerouting to local clients is not needed anymoreJulian Anastasov1-11/+22
2015-03-12netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()Pablo Neira Ayuso1-2/+6
2015-03-12netfilter: nf_tables: disable preemption when restoring chain countersPablo Neira Ayuso1-0/+2
2015-03-04caif: remove wrong dev_net_set() callNicolas Dichtel1-1/+0
2015-03-02ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann2-10/+10
2015-03-02net: sctp: fix race for one-to-many sockets in sendmsg's auto associateDaniel Borkmann1-0/+7
2015-03-02net: rds: use correct size for max unacked packets and bytesSasha Levin1-2/+2
2015-03-02net: llc: use correct size for sysctl timeout entriesSasha Levin1-4/+4
2015-03-02libceph: fix double __remove_osd() problemIlya Dryomov1-8/+18