summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6/addrlabel: fix ip6addrlbl_get()Andrey Ryabinin2016-01-291-1/+1
* rfkill: copy the name into the rfkill structJohannes Berg2016-01-291-3/+3
* af_unix: fix a fatal race with bit fieldsEric Dumazet2016-01-291-6/+6
* sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2016-01-291-0/+3
* net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann2016-01-291-0/+2
* tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet2016-01-291-0/+1
* ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn2016-01-291-2/+3
* sctp: translate host order to network order when setting a hmacidlucien2016-01-291-2/+2
* bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2016-01-291-0/+3
* net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2016-01-295-0/+15
* udp: properly support MSG_PEEK with truncated buffersEric Dumazet2016-01-292-4/+8
* Revert "net: add length argument to skb_copy_and_csum_datagram_iovec"Willy Tarreau2016-01-296-12/+6
* unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat2016-01-291-21/+162
* RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2016-01-292-7/+3
* ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong2016-01-291-1/+1
* ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha2015-12-061-2/+2
* RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan2015-12-061-2/+9
* ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches2015-12-061-1/+1
* net: add length argument to skb_copy_and_csum_datagram_iovecSabrina Dubroca2015-12-066-6/+12
* net: Fix skb csum races when peekingHerbert Xu2015-12-061-1/+2
* RDS: verify the underlying transport exists before creating a connectionSasha Levin2015-12-061-0/+6
* SUNRPC: xs_reset_transport must mark the connection as disconnectedTrond Myklebust2015-12-061-0/+2
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-12-061-6/+7
* net: Clone skb before setting peeked flagHerbert Xu2015-12-061-3/+37
* rds: fix an integer overflow test in rds_info_getsockopt()Dan Carpenter2015-12-061-1/+1
* ipv6: addrconf: validate new MTU before applying itMarcelo Leitner2015-12-061-1/+36
* ipv6: Fix return of xfrm6_tunnel_rcv()David S. Miller2015-09-181-1/+1
* dccp: catch failed request_module call in dccp_probe initWang Weidong2015-09-181-12/+7
* dccp: Fix compile warning in probe code.David S. Miller2015-09-181-2/+12
* dccp: fix auto-loading of dccp(_probe)Gerrit Renker2015-09-181-2/+2
* NET: ROSE: Don't dereference NULL neighbour pointer.Ralf Baechle2015-09-181-1/+2
* SUNRPC: Fix a memory leak in the backchannel codeTrond Myklebust2015-09-181-1/+1
* pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer2015-09-181-1/+1
* udp: fix behavior of wrong checksumsEric Dumazet2015-09-182-8/+4
* netlink: fix possible spoofing from non-root processesPablo Neira Ayuso2015-09-181-1/+2
* net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng2015-06-031-16/+10
* net: fix incorrect backport of tcp_send_fin in 2.6.32.66Willy Tarreau2015-06-031-1/+1
* net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas2015-05-241-0/+7
* ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko2015-05-241-1/+1
* ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2015-05-241-5/+5
* tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-05-241-19/+26
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-05-241-0/+3
* tcp: make connect() mem charging friendlyEric Dumazet2015-05-241-5/+2
* rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro2015-05-241-1/+1
* rds: avoid potential stack overflowArnd Bergmann2015-05-241-18/+22
* net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-05-241-5/+6
* net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2015-05-242-8/+23
* udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-05-242-3/+4
* ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert2015-05-241-0/+1
* net: reject creation of netdev names with colonsMatthew Thode2015-05-241-1/+1