summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-08-07net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng
2015-08-07sctp: Fix race between OOTB responce and route removalAlexander Sverdlin
2015-08-07neigh: do not modify unlinked entriesJulian Anastasov
2015-08-07packet: avoid out of bounds read in round robin fanoutWillem de Bruijn
2015-08-07packet: read num_members once in packet_rcv_fanout()Eric Dumazet
2015-08-07bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov
2015-08-07unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn
2015-08-07ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom
2015-08-07sctp: fix ASCONF list handlingMarcelo Ricardo Leitner
2015-08-07udp: fix behavior of wrong checksumsEric Dumazet
2015-08-07bridge: fix multicast router rlist endless loopNikolay Aleksandrov
2015-08-07bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo
2015-08-07mac80211: move WEP tailroom size checkJanusz Dziedzic
2015-08-07ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala
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