summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-03-12rfkill: fix rfkill_fop_read wait_event usageJohannes Berg
2016-03-12af_unix: fix struct pid memory leakEric Dumazet
2016-03-12sctp: translate network order to host order when users get a hmacidXin Long
2016-03-12sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2016-01-29ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin
2016-01-29rfkill: copy the name into the rfkill structJohannes Berg
2016-01-29af_unix: fix a fatal race with bit fieldsEric Dumazet
2016-01-29sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-29net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2016-01-29tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2016-01-29ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn
2016-01-29sctp: translate host order to network order when setting a hmacidlucien
2016-01-29bluetooth: Validate socket address length in sco_sock_bind().David S. Miller
2016-01-29net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-29udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-01-29Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Willy Tarreau
2016-01-29unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2016-01-29RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2016-01-29ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong
2015-12-06ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-12-06RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan
2015-12-06ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches
2015-12-06net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca
2015-12-06net: Fix skb csum races when peekingHerbert Xu
2015-12-06RDS: verify the underlying transport exists before creating a connectionSasha Levin
2015-12-06SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust
2015-12-06net: Fix skb_set_peeked use-after-free bugHerbert Xu
2015-12-06net: Clone skb before setting peeked flagHerbert Xu
2015-12-06rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter
2015-12-06ipv6: addrconf: validate new MTU before applying itMarcelo Leitner
2015-09-18ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller
2015-09-18dccp: catch failed request_module call in dccp_probe initWang Weidong
2015-09-18dccp: Fix compile warning in probe code.David S. Miller
2015-09-18dccp: fix auto-loading of dccp(_probe)Gerrit Renker
2015-09-18NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle
2015-09-18SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust
2015-09-18pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer
2015-09-18udp: fix behavior of wrong checksumsEric Dumazet
2015-09-18netlink: fix possible spoofing from non-root processesPablo Neira Ayuso
2015-06-03net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng
2015-06-03net: fix incorrect backport of tcp_send_fin in 2.6.32.66Willy Tarreau
2015-05-24net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas
2015-05-24ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko
2015-05-24ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter
2015-05-24tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-05-24ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-05-24tcp: make connect() mem charging friendlyEric Dumazet
2015-05-24rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro
2015-05-24rds: avoid potential stack overflowArnd Bergmann
2015-05-24net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev