summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-0316-65/+91
|\
| * sctp: fix the issue sctp_diag uses lock_sock in rcu_read_lockXin Long2016-09-302-21/+47
| * sctp: change to check peer prsctp_capable when using prsctp policesXin Long2016-09-302-6/+6
| * sctp: remove prsctp_param from sctp_chunkXin Long2016-09-303-19/+9
| * act_ife: Fix false encodingYotam Gigi2016-09-271-2/+2
| * act_ife: Fix external mac header on encodeYotam Gigi2016-09-271-2/+1
| * VSOCK: Don't dec ack backlog twice for rejected connectionsJorgen Hansen2016-09-271-3/+3
| * ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-09-264-5/+10
| * ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson2016-09-241-1/+0
| * tcp: fix a compile error in DBGUNDO()Eric Dumazet2016-09-231-2/+1
| * tcp: fix wrong checksum calculation on MTU probingDouglas Caetano dos Santos2016-09-231-5/+7
| * sch_sfb: keep backlog updated with qlenWANG Cong2016-09-231-0/+3
| * sch_qfq: keep backlog updated with qlenWANG Cong2016-09-231-0/+3
* | net: Use ns_capable_noaudit() when determining net sysctl permissionsTyler Hicks2016-10-011-1/+1
* | ipv6 addrconf: implement RFC7559 router solicitation backoffMaciej Żenczykowski2016-09-301-7/+44
* | net: Suppress the "Comparison to NULL could be written" warningsJia He2016-09-302-17/+17
* | ipv6: Remove useless parameter in __snmp6_fill_statsdevJia He2016-09-301-6/+6
* | proc: Reduce cache miss in xfrm_statistics_seq_showJia He2016-09-301-2/+8
* | proc: Reduce cache miss in sctp_snmp_seq_showJia He2016-09-301-2/+6
* | proc: Reduce cache miss in snmp6_seq_showJia He2016-09-301-8/+22
* | proc: Reduce cache miss in snmp_seq_showJia He2016-09-301-23/+47
* | rxrpc: Note serial number being ACK'd in the congestion management traceDavid Howells2016-09-291-4/+4
* | rxrpc: Request more ACKs in slow-start modeDavid Howells2016-09-291-0/+1
* | rxrpc: Reduce the rxrpc_local::services list to a pointerDavid Howells2016-09-295-25/+18
* | rxrpc: When activating client conn channels, do state check inside lockDavid Howells2016-09-291-11/+25
* | rxrpc: Make Tx loss-injection go through normal return and adjust tracingDavid Howells2016-09-296-21/+15
* | rxrpc: Fix exclusive client connectionsDavid Howells2016-09-291-1/+1
* | net: do not export sk_stream_write_spaceEric Dumazet2016-09-291-1/+0
* | tcp: Change txhash on every SYN and RTO retransmitLawrence Brakmo2016-09-281-0/+4
* | switchdev: remove FIB offload infrastructureJiri Pirko2016-09-284-299/+1
* | fib: introduce FIB info offload flag helpersJiri Pirko2016-09-281-2/+2
* | fib: introduce FIB notification infrastructureJiri Pirko2016-09-283-11/+77
* | net/sched: cls_flower: Use a proper mask value for enc key id parameterHadar Hen Zion2016-09-281-2/+2
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-09-261-1/+3
|\ \
| * | Bluetooth: Fix not updating scan rsp when adv offMichał Narajowski2016-09-221-1/+1
| * | Bluetooth: Fix NULL pointer dereference in mgmt contextArek Lichwa2016-09-221-0/+2
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2016-09-25243-5889/+10530
|\ \ \
| * \ \ Merge tag 'rxrpc-rewrite-20160924' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-09-259-38/+418
| |\ \ \
| | * | | rxrpc: Implement slow-startDavid Howells2016-09-258-13/+294
| | * | | rxrpc: Schedule an ACK if the reply to a client call appears overdueDavid Howells2016-09-254-0/+13
| | * | | rxrpc: Generate a summary of the ACK state for later useDavid Howells2016-09-252-11/+48
| | * | | rxrpc: Delay the resend timer to allow for nsec->jiffies conv errorDavid Howells2016-09-251-2/+8
| | * | | rxrpc: Reinitialise the call ACK and timer state for client reply phaseDavid Howells2016-09-253-0/+11
| | * | | rxrpc: Include the last reply DATA serial number in the final ACKDavid Howells2016-09-251-3/+3
| | * | | rxrpc: Send an immediate ACK if we fill in a holeDavid Howells2016-09-251-1/+9
| | * | | rxrpc: Send an ACK after every few DATA packets we receiveDavid Howells2016-09-244-9/+33
| * | | | gre: use nla_get_be32() to extract flowinfoLance Richardson2016-09-251-1/+1
| |/ / /
| * | | Merge tag 'rxrpc-rewrite-20160923' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-09-249-118/+239
| |\ \ \
| | * | | rxrpc: Add a tracepoint to log which packets will be retransmittedDavid Howells2016-09-231-0/+2
| | * | | rxrpc: Add tracepoint for ACK proposalDavid Howells2016-09-236-28/+73