summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-05-09ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter
2015-05-09ipvs: rerouting to local clients is not needed anymoreJulian Anastasov
2015-05-09net: make skb_gso_segment error handling more robustFlorian Westphal
2015-05-09tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-05-09ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-05-09tcp: make connect() mem charging friendlyEric Dumazet
2015-05-09rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro
2015-05-09caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro
2015-05-09rds: avoid potential stack overflowArnd Bergmann
2015-05-09net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev
2015-05-09net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com
2015-05-09net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-05-09udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-05-09net: reject creation of netdev names with colonsMatthew Thode
2015-05-09ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki
2015-05-09ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-05-09gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki
2015-05-09rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong
2015-05-09ping: Fix race in free in receive pathsubashab@codeaurora.org
2015-05-09ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer
2015-05-09net: rps: fix cpu unplugEric Dumazet
2015-05-09ip: zero sockaddr returned on error queueWillem de Bruijn
2015-05-09net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha
2015-05-09ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-05-09ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark
2015-05-09net: rds: use correct size for max unacked packets and bytesSasha Levin
2015-05-09net: llc: use correct size for sysctl timeout entriesSasha Levin
2015-05-09mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg
2015-05-09net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong
2015-05-09net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas
2015-05-09nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg
2015-05-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp
2015-05-09mac80211: disable u-APSD queues by defaultMichal Kazior
2015-05-09mac80211: set only VO as a U-APSD enabled ACArik Nemtsov
2015-05-09mac80211: drop unencrypted frames in mesh fwdingBob Copeland
2015-05-09ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov
2015-05-09sunrpc: fix braino in ->poll()Al Viro
2015-05-09net: irda: fix wait_until_sent poll timeoutJohan Hovold
2015-05-09mac80211: Send EAPOL frames at lowest rateJouni Malinen
2015-05-09net: compat: Ignore MSG_CMSG_COMPAT in compat_sys_{send, recv}msgCatalin Marinas
2015-05-09ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-05-09libceph: fix double __remove_osd() problemIlya Dryomov
2015-05-09netfilter: xt_socket: fix a stack corruption bugEric Dumazet
2015-05-09ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau
2015-05-09rtnetlink: ifla_vf_policy: fix misuses of NLA_BINARYDaniel Borkmann
2015-05-09xprtrdma: Free the pd if ib_query_qp() failsChuck Lever
2015-03-06ipv6: fib: fix fib dump restartKumar Sundararajan
2015-03-06ipv6: fib: fix fib dump restartEric Dumazet
2015-03-06net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...Saran Maruti Ramanara
2015-03-06caif: remove wrong dev_net_set() callNicolas Dichtel