summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-08-07net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng1-14/+10
2015-08-07sctp: Fix race between OOTB responce and route removalAlexander Sverdlin1-1/+3
2015-08-07neigh: do not modify unlinked entriesJulian Anastasov1-0/+11
2015-08-07packet: avoid out of bounds read in round robin fanoutWillem de Bruijn1-16/+2
2015-08-07packet: read num_members once in packet_rcv_fanout()Eric Dumazet1-1/+1
2015-08-07bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2-3/+3
2015-08-07unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn2-0/+16
2015-08-07ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2-22/+39
2015-08-07sctp: fix ASCONF list handlingMarcelo Ricardo Leitner1-11/+32
2015-08-07udp: fix behavior of wrong checksumsEric Dumazet2-8/+4
2015-08-07bridge: fix multicast router rlist endless loopNikolay Aleksandrov1-4/+3
2015-08-07bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo1-1/+1
2015-08-07mac80211: move WEP tailroom size checkJanusz Dziedzic1-2/+4
2015-08-07ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala1-0/+3
2015-05-09ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter1-5/+5
2015-05-09ipvs: rerouting to local clients is not needed anymoreJulian Anastasov1-11/+21
2015-05-09net: make skb_gso_segment error handling more robustFlorian Westphal2-1/+3
2015-05-09tcp: avoid looping in tcp_send_fin()Eric Dumazet1-20/+27
2015-05-09ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-05-09tcp: make connect() mem charging friendlyEric Dumazet1-5/+2
2015-05-09rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro1-1/+1
2015-05-09caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro1-1/+1
2015-05-09rds: avoid potential stack overflowArnd Bergmann1-18/+22
2015-05-09net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev1-6/+6
2015-05-09net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2-9/+17
2015-05-09net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti1-1/+6
2015-05-09udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2-2/+4
2015-05-09net: reject creation of netdev names with colonsMatthew Thode1-1/+1
2015-05-09ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki1-0/+1
2015-05-09ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov1-4/+7
2015-05-09gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki1-1/+14
2015-05-09rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong1-2/+10
2015-05-09ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-05-09ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-05-09net: rps: fix cpu unplugEric Dumazet1-5/+15
2015-05-09ip: zero sockaddr returned on error queueWillem de Bruijn2-13/+5
2015-05-09net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha1-0/+3
2015-05-09ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-09ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark1-1/+8
2015-05-09net: rds: use correct size for max unacked packets and bytesSasha Levin1-2/+2
2015-05-09net: llc: use correct size for sysctl timeout entriesSasha Levin1-4/+4
2015-05-09mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg3-5/+12
2015-05-09net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong1-2/+2
2015-05-09net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas1-0/+7
2015-05-09nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg1-0/+8
2015-05-09can: add missing initialisations in CAN related skbuffsOliver Hartkopp1-0/+3
2015-05-09mac80211: disable u-APSD queues by defaultMichal Kazior1-6/+17
2015-05-09mac80211: set only VO as a U-APSD enabled ACArik Nemtsov1-4/+7
2015-05-09mac80211: drop unencrypted frames in mesh fwdingBob Copeland1-0/+3
2015-05-09ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov1-0/+3