summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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
2015-05-24net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2015-05-24udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-05-24ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert
2015-05-24net: reject creation of netdev names with colonsMatthew Thode
2015-05-24ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki
2015-05-24net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha
2015-05-24ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark
2015-05-24net: rds: use correct size for max unacked packets and bytesSasha Levin
2015-05-24net: llc: use correct size for sysctl timeout entriesSasha Levin
2015-05-24net: sctp: fix slab corruption from use after free on INIT collisionsDaniel Borkmann
2015-05-24net: sctp: fix memory leak in auth key managementDaniel Borkmann
2015-05-24netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal
2014-12-13sctp: Fix double-free introduced by bad backport in 2.6.32.62Ben Hutchings
2014-12-13vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman
2014-12-13mac80211: fix fragmentation code, particularly for encryptionJohannes Berg
2014-12-13net: sctp: fix NULL pointer dereference in af->from_addr_param on malformed p...Daniel Borkmann
2014-12-13net: sctp: fix remote memory pressure from excessive queueingDaniel Borkmann
2014-12-13net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann
2014-12-13net: sendmsg: fix failed backport of "fix NULL pointer dereference"Willy Tarreau