summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: Fix race between OOTB responce and route removalAlexander Sverdlin2015-07-101-1/+3
* packet: avoid out of bounds read in round robin fanoutWillem de Bruijn2015-07-101-16/+2
* packet: read num_members once in packet_rcv_fanout()Eric Dumazet2015-07-101-1/+1
* bridge: fix br_stp_set_bridge_priority race conditionsNikolay Aleksandrov2015-07-102-3/+3
* bridge: fix multicast router rlist endless loopNikolay Aleksandrov2015-07-101-4/+3
* ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2015-07-032-4/+6
* ipv6: prevent fib6_run_gc() contentionMichal Kubeček2015-07-033-15/+12
* xfrm: Increase the garbage collector thresholdSteffen Klassert2015-07-032-2/+2
* netfilter: Zero the tuple in nfnl_cthelper_parse_tuple()Ian Wilson2015-07-031-0/+3
* netfilter: nfnetlink_cthelper: Remove 'const' and '&' to avoid warningsChen Gang2015-07-031-2/+2
* cfg80211: wext: clear sinfo struct before calling driverJohannes Berg2015-06-221-0/+2
* udp: fix behavior of wrong checksumsEric Dumazet2015-06-222-8/+4
* net_sched: invoke ->attach() after setting dev->qdiscWANG Cong2015-06-221-4/+6
* unix/caif: sk_socket can disappear when state is unlockedMark Salyzyn2015-06-222-0/+16
* bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo2015-06-221-1/+1
* ipv4: Avoid crashing in ip_errorEric W. Biederman2015-06-221-0/+4
* svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew2015-06-051-7/+16
* libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov2015-06-051-11/+20
* net: socket: Fix the wrong returns for recvmsg and sendmsgJunling Zheng2015-06-051-14/+10
* ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-131-0/+1
* tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-05-061-21/+29
* tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet2015-05-061-1/+19
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-05-061-0/+3
* netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2015-04-291-1/+25
* tcp: tcp_make_synack() should clear skb->tstampEric Dumazet2015-04-291-0/+2
* tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell2015-04-291-3/+4
* ipv6: Don't reduce hop limit for an interfaceD.S. Ljungmark2015-04-291-1/+8
* tcp: prevent fetching dst twice in early demux codeMichal Kubeček2015-04-292-2/+2
* remove extra definitions of U32_MAXAlex Elder2015-04-291-3/+0
* conditionally define U32_MAXAlex Elder2015-04-291-0/+2
* net: llc: use correct size for sysctl timeout entriesSasha Levin2015-04-191-4/+4
* net: rds: use correct size for max unacked packets and bytesSasha Levin2015-04-191-2/+2
* core, nfqueue, openvswitch: fix compilation warningJiri Slaby2015-04-191-1/+1
* tcp: Fix crash in TCP Fast OpenBen Hutchings2015-04-191-0/+1
* mac80211: drop unencrypted frames in mesh fwdingBob Copeland2015-04-131-0/+3
* mac80211: disable u-APSD queues by defaultMichal Kazior2015-04-131-6/+17
* nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg2015-04-131-0/+10
* ipvs: rerouting to local clients is not needed anymoreJulian Anastasov2015-03-261-11/+22
* ipvs: add missing ip_vs_pe_put in sync codeJulian Anastasov2015-03-261-0/+3
* can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-03-261-0/+3
* tcp: make connect() mem charging friendlyEric Dumazet2015-03-261-35/+27
* net: compat: Update get_compat_msghdr() to match copy_msghdr_from_user() beha...Catalin Marinas2015-03-261-0/+7
* tcp: fix tcp fin memory accountingJosh Hunt2015-03-261-5/+1
* rxrpc: bogus MSG_PEEK test in rxrpc_recvmsg()Al Viro2015-03-261-1/+1
* caif: fix MSG_OOB test in caif_seqpkt_recvmsg()Al Viro2015-03-261-1/+1
* inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet2015-03-261-3/+15
* rds: avoid potential stack overflowArnd Bergmann2015-03-261-18/+22
* net: sysctl_net_core: check SNDBUF and RCVBUF for min lengthAlexey Kodanev2015-03-261-4/+6
* sunrpc: fix braino in ->poll()Al Viro2015-03-181-1/+1
* net: irda: fix wait_until_sent poll timeoutJohan Hovold2015-03-181-1/+3