aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-30sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long2-21/+47
2016-09-30sctp: change to check peer prsctp_capable when using prsctp policesXin Long2-6/+6
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long3-19/+9
2016-09-30ipv6 addrconf: implement RFC7559 router solicitation backoffMaciej Żenczykowski1-7/+44
2016-09-30net: Suppress the "Comparison to NULL could be written" warningsJia He2-17/+17
2016-09-30ipv6: Remove useless parameter in __snmp6_fill_statsdevJia He1-6/+6
2016-09-30proc: Reduce cache miss in xfrm_statistics_seq_showJia He1-2/+8
2016-09-30proc: Reduce cache miss in sctp_snmp_seq_showJia He1-2/+6
2016-09-30proc: Reduce cache miss in snmp6_seq_showJia He1-8/+22
2016-09-30proc: Reduce cache miss in snmp_seq_showJia He1-23/+47
2016-09-29rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells1-4/+4
2016-09-29rxrpc: Request more ACKs in slow-start modeDavid Howells1-0/+1
2016-09-29rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells5-25/+18
2016-09-29rxrpc: When activating client conn channels, do state check inside lockDavid Howells1-11/+25
2016-09-29rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells6-21/+15
2016-09-29rxrpc: Fix exclusive client connectionsDavid Howells1-1/+1
2016-09-28net: do not export sk_stream_write_spaceEric Dumazet1-1/+0
2016-09-28cfg80211: wext: really don't store non-WEP keysJohannes Berg1-1/+11
2016-09-28tcp: Change txhash on every SYN and RTO retransmitLawrence Brakmo1-0/+4
2016-09-28switchdev: remove FIB offload infrastructureJiri Pirko4-299/+1
2016-09-28fib: introduce FIB info offload flag helpersJiri Pirko1-2/+2
2016-09-28fib: introduce FIB notification infrastructureJiri Pirko3-11/+77
2016-09-28net/sched: cls_flower: Use a proper mask value for enc key id parameterHadar Hen Zion1-2/+2
2016-09-27act_ife: Fix false encodingYotam Gigi1-2/+2
2016-09-27act_ife: Fix external mac header on encodeYotam Gigi1-2/+1
2016-09-27VSOCK: Don't dec ack backlog twice for rejected connectionsJorgen Hansen1-3/+3
2016-09-26cfg80211: add checks for beacon rate, extend to meshJohannes Berg1-11/+35
2016-09-26cfg80211: Add support to configure a beacon data ratePurushottam Kushwaha1-222/+288
2016-09-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-1/+3
2016-09-25ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov4-5/+10
2016-09-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso243-5889/+10530
2016-09-25netfilter: nf_log: get rid of XT_LOG_* macrosLiping Zhang3-12/+12
2016-09-25netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang8-10/+17
2016-09-25netfilter: nf_tables: add range expressionPablo Neira Ayuso3-2/+146
2016-09-25netfilter: xt_socket: fix transparent match for IPv6 request socketsKOVACS Krisztian2-1/+1
2016-09-25netfilter: evict stale entries when user reads /proc/net/nf_conntrackFlorian Westphal1-0/+5
2016-09-25netfilter: xt_hashlimit: Create revision 2 to support higher pps ratesVishwanath Pai1-68/+262
2016-09-25netfilter: xt_hashlimit: Prepare for revision 2Vishwanath Pai1-30/+31
2016-09-25netfilter: nft_ct: report error if mark and dir specified simultaneouslyLiping Zhang1-0/+2
2016-09-25netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocolLiping Zhang1-10/+9
2016-09-25netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ackGao Feng1-8/+12
2016-09-25netfilter: replace list_head with single linked listAaron Conole5-78/+118
2016-09-25Merge tag 'rxrpc-rewrite-20160924' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller9-38/+418
2016-09-24gre: use nla_get_be32() to extract flowinfoLance Richardson1-1/+1
2016-09-24rxrpc: Implement slow-startDavid Howells8-13/+294
2016-09-24rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells4-0/+13
2016-09-24rxrpc: Generate a summary of the ACK state for later useDavid Howells2-11/+48
2016-09-24rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells1-2/+8
2016-09-24rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells3-0/+11
2016-09-24rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells1-3/+3