summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "l2tp: constify inet6_protocol structures"Julia Lawall2017-08-011-1/+1
* Revert "ipv6: constify inet6_protocol structures"Julia Lawall2017-08-013-3/+3
* ipv6: Avoid going through ->sk_net to access the netnsJakub Sitnicki2017-08-011-1/+1
* tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang2017-08-011-1/+19
* tcp: extract the function to compute delivery rateWei Wang2017-08-011-7/+16
* tcp: remove unused mib countersFlorian Westphal2017-07-311-9/+0
* tcp: remove CA_ACK_SLOWPATHFlorian Westphal2017-07-312-46/+20
* tcp: remove header predictionFlorian Westphal2017-07-314-190/+10
* tcp: remove low_latency sysctlFlorian Westphal2017-07-312-2/+3
* tcp: reindent two spots after prequeue removalFlorian Westphal2017-07-311-27/+23
* tcp: remove prequeue supportFlorian Westphal2017-07-316-242/+2
* net sched actions: add time filter for action dumpingJamal Hadi Salim2017-07-311-1/+20
* net sched actions: dump more than TCA_ACT_MAX_PRIO actions per batchJamal Hadi Salim2017-07-311-10/+40
* net sched actions: Use proper root attribute table for actionsJamal Hadi Salim2017-07-311-2/+2
* net: ethtool: add support for forward error correction modesVidya Sagar Ravipati2017-07-301-0/+34
* net/smc: synchronize buffer usage with deviceUrsula Braun2017-07-297-0/+91
* net/smc: cleanup function __smc_buf_create()Ursula Braun2017-07-291-51/+63
* net/smc: common functions for RMBs and send buffersUrsula Braun2017-07-293-219/+148
* net/smc: introduce sg-logic for send buffersUrsula Braun2017-07-295-51/+38
* net/smc: remove Kconfig warningUrsula Braun2017-07-291-4/+0
* net/smc: register RMB-related memory regionUrsula Braun2017-07-296-2/+115
* net/smc: use separate memory regions for RMBsUrsula Braun2017-07-295-7/+71
* net/smc: introduce sg-logic for RMBsUrsula Braun2017-07-295-26/+76
* net/smc: shorten local bufsize variablesUrsula Braun2017-07-291-29/+25
* net/smc: serialize connection creation in all casesUrsula Braun2017-07-291-7/+1
* l2tp: constify inet6_protocol structuresJulia Lawall2017-07-291-1/+1
* ipv6: constify inet6_protocol structuresJulia Lawall2017-07-293-3/+3
* 6lowpan: fix set not used warningstephen hemminger2017-07-251-3/+0
* socket: fix set not used warningstephen hemminger2017-07-251-4/+2
* netfilter: remove unused variablestephen hemminger2017-07-251-1/+1
* tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya2017-07-254-5/+7
* skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal2017-07-251-1/+2
* Merge tag 'rxrpc-rewrite-20170721' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-07-252-1/+191
|\
| * rxrpc: Move the packet.h include file into net/rxrpc/David Howells2017-07-212-1/+191
* | sctp: remove the typedef sctp_abort_chunk_tXin Long2017-07-251-4/+4
* | sctp: remove the typedef sctp_heartbeat_chunk_tXin Long2017-07-251-1/+2
* | sctp: remove the typedef sctp_heartbeathdr_tXin Long2017-07-251-1/+1
* | sctp: remove the typedef sctp_sack_chunk_tXin Long2017-07-252-3/+3
* | sctp: remove the typedef sctp_sackhdr_tXin Long2017-07-251-1/+1
* | sctp: remove the typedef sctp_sack_variable_tXin Long2017-07-251-5/+5
* | sctp: remove the typedef sctp_unrecognized_param_tXin Long2017-07-251-11/+7
* | sctp: remove the typedef sctp_cookie_param_tXin Long2017-07-251-8/+10
* | sctp: remove the typedef sctp_initack_chunk_tXin Long2017-07-251-7/+6
* | net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca2017-07-241-1/+21
* | net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca2017-07-241-0/+18
* | net: check UDP tunnel RX port offload feature before calling tunnel ndo ndoSabrina Dubroca2017-07-241-1/+6
* | net: add new netdevice feature for offload of RX port for UDP tunnelsSabrina Dubroca2017-07-242-0/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-2163-1395/+1369
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-2125-216/+141
| |\
| | * rds: Make sure updates to cp_send_gen can be observedHÃ¥kon Bugge2017-07-211-3/+3