summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-05-12bridge/mdb: remove wrong use of NLM_F_MULTINicolas Dichtel
2015-05-06ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-05-06skbuff: Do not scrub skb mark within the same name spaceHerbert Xu
2015-05-06vti6: fix uninit when using x-netnsYao Xiwei
2015-05-06xprtrdma: Prevent infinite loop in rpcrdma_ep_create()Chuck Lever
2015-04-29net: fix crash in build_skb()Eric Dumazet
2015-04-29net: do not deplete pfmemalloc reserveEric Dumazet
2015-04-29tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-04-29tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet
2015-04-29ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-04-27tcp: tcp_make_synack() should clear skb->tstampEric Dumazet
2015-04-27ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org
2015-04-27tcp: prevent fetching dst twice in early demux codeMichal Kubeček
2015-04-21tcp: Fix crash in TCP Fast OpenBen Hutchings
2015-04-13tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell
2015-04-13net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong
2015-04-13mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg
2015-04-10ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark
2015-03-30xfrm: release dst_orig in case of error in xfrm_lookup()huaibin Wang
2015-03-30nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg
2015-03-30mac80211: count interfaces correctly for combination checksAndrei Otcheretianski
2015-03-30mac80211: disable u-APSD queues by defaultMichal Kazior
2015-03-30mac80211: drop unencrypted frames in mesh fwdingBob Copeland
2015-03-24tcp: make connect() mem charging friendlyEric Dumazet
2015-03-24net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas
2015-03-24tcp: fix tcp fin memory accountingJosh Hunt
2015-03-24ipv6: fix backtracking for throw routesSteven Barth
2015-03-24rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro
2015-03-24caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro
2015-03-24inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet
2015-03-24rds: avoid potential stack overflowArnd Bergmann
2015-03-24net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-03-23can: add missing initialisations in CAN related skbuffsOliver Hartkopp
2015-03-20ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca
2015-03-20net: cls_bpf: fix auto generation of per list handlesDaniel Borkmann
2015-03-20net: cls_bpf: fix size mismatch on filter preparationDaniel Borkmann
2015-03-18SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever
2015-03-18svcrpc: fix memory leak in gssp_accept_sec_context_upcallDavid Ramos
2015-03-18sunrpc: fix braino in ->poll()Al Viro
2015-03-18net: irda: fix wait_until_sent poll timeoutJohan Hovold
2015-03-18mac80211: Send EAPOL frames at lowest rateJouni Malinen
2015-03-12net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-12udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-03-12net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas
2015-03-12net: reject creation of netdev names with colonsMatthew Thode
2015-03-12openvswitch: Fix net exit.Pravin B Shelar
2015-03-12ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki
2015-03-12ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-12ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-03-12gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki