aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* pktgen: adjust spacing in proc file interface outputJesper Dangaard Brouer2015-08-121-1/+1
* net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng2015-08-071-14/+10
* sctp: Fix race between OOTB responce and route removalAlexander Sverdlin2015-08-071-1/+3
* neigh: do not modify unlinked entriesJulian Anastasov2015-08-071-0/+11
* packet: avoid out of bounds read in round robin fanoutWillem de Bruijn2015-08-071-16/+2
* packet: read num_members once in packet_rcv_fanout()Eric Dumazet2015-08-071-1/+1
* bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2015-08-072-3/+3
* unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn2015-08-072-0/+16
* ipvs: kernel oops - do_ip_vs_get_ctlHans Schillstrom2015-08-072-22/+39
* sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2015-08-071-11/+32
* udp: fix behavior of wrong checksumsEric Dumazet2015-08-072-8/+4
* bridge: fix multicast router rlist endless loopNikolay Aleksandrov2015-08-071-4/+3
* bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo2015-08-071-1/+1
* mac80211: move WEP tailroom size checkJanusz Dziedzic2015-08-071-2/+4
* ipvs: fix memory leak in ip_vs_ctl.cTommi Rantala2015-08-071-0/+3
* ipvs: uninitialized data with IP_VS_IPV6Dan Carpenter2015-05-091-5/+5
* ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-05-091-11/+21
* net: make skb_gso_segment error handling more robustFlorian Westphal2015-05-092-1/+3
* tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-05-091-20/+27
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-05-091-0/+3
* tcp: make connect() mem charging friendlyEric Dumazet2015-05-091-5/+2
* rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro2015-05-091-1/+1
* caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro2015-05-091-1/+1
* rds: avoid potential stack overflowArnd Bergmann2015-05-091-18/+22
* net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-05-091-6/+6
* net: avoid to hang up on sending due to sysctl configuration overflow.bingtian.ly@taobao.com2015-05-092-9/+17
* net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-05-091-1/+6
* udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-05-092-2/+4
* net: reject creation of netdev names with colonsMatthew Thode2015-05-091-1/+1
* ematch: Fix auto-loading of ematch modules.Ignacy Gawędzki2015-05-091-0/+1
* ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov2015-05-091-4/+7
* gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki2015-05-091-1/+14
* rtnetlink: call ->dellink on failure when ->newlink existsWANG Cong2015-05-091-2/+10
* ping: Fix race in free in receive pathsubashab@codeaurora.org2015-05-091-1/+4
* ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer2015-05-091-5/+2
* net: rps: fix cpu unplugEric Dumazet2015-05-091-5/+15
* ip: zero sockaddr returned on error queueWillem de Bruijn2015-05-092-13/+5
* net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha2015-05-091-0/+3
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-091-0/+1
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2015-05-091-1/+8
* net: rds: use correct size for max unacked packets and bytesSasha Levin2015-05-091-2/+2
* net: llc: use correct size for sysctl timeout entriesSasha Levin2015-05-091-4/+4
* mac80211: fix RX A-MPDU session reorder timer deletionJohannes Berg2015-05-093-5/+12
* net: use for_each_netdev_safe() in rtnl_group_changelink()WANG Cong2015-05-091-2/+2
* net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas2015-05-091-0/+7
* nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg2015-05-091-0/+8
* can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-05-091-0/+3
* mac80211: disable u-APSD queues by defaultMichal Kazior2015-05-091-6/+17
* mac80211: set only VO as a U-APSD enabled ACArik Nemtsov2015-05-091-4/+7
* mac80211: drop unencrypted frames in mesh fwdingBob Copeland2015-05-091-0/+3