summaryrefslogtreecommitdiffstats
path: root/Documentation/networking
Commit message (Expand)AuthorAgeFilesLines
* tcp: add tcp_comp_sack_nr sysctlEric Dumazet2018-05-181-0/+6
* tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet2018-05-181-0/+7
* tcp: disable RFC6675 loss detectionYuchung Cheng2018-05-171-1/+2
* tcp: support DUPACK threshold in RACKYuchung Cheng2018-05-171-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-161-6/+9
|\
| * bpf, doc: clarification for the meaning of 'id'Wang YanQing2018-05-111-6/+9
* | Revert "bonding: allow carrier and link status to determine link state"Debabrata Banerjee2018-05-161-2/+2
* | bonding: allow carrier and link status to determine link stateDebabrata Banerjee2018-05-161-2/+2
* | net: doc: fix spelling mistake: "modrobe.d" -> "modprobe.d"Tonghao Zhang2018-05-111-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-073-0/+304
|\
| * samples/bpf: sample application and documentation for AF_XDP socketsMagnus Karlsson2018-05-032-0/+298
| * bpf, doc: Update bpf_jit_enable limitation for CONFIG_BPF_JIT_ALWAYS_ONLeo Yan2018-04-271-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-15/+0
|\ \
| * \ Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-271-15/+0
| |\ \
| | * | staging: irda: remove remaining remants of irda code removalGreg Kroah-Hartman2018-04-161-15/+0
* | | | ipv6: sr: Add documentation for seg_flowlabel sysctlAhmed Abdelsalam2018-04-271-0/+13
| |_|/ |/| |
* | | udp: add gso support to virtual devicesWillem de Bruijn2018-04-261-0/+7
|/ /
* | docs: ip-sysctl.txt: fix name of some ipv6 variablesOlivier Gayot2018-04-191-4/+4
* | filter.txt: update 'tools/net/' to 'tools/bpf/'Wang Sheng-Hui2018-04-151-3/+3
|/
* Merge tag 'staging-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-044-10/+413
|\
| * Merge 4.16-rc7 into staging-nextGreg Kroah-Hartman2018-03-281-4/+14
| |\
| * | staging: irda: remove the irda network stack and driversGreg Kroah-Hartman2018-03-141-10/+0
| * | Merge 4.16-rc3 into staging-nextGreg Kroah-Hartman2018-02-261-4/+34
| |\ \
| * | | staging: fsl-mc: Move core bus out of stagingBogdan Purcareata2018-02-223-0/+413
* | | | Merge tag 'kconfig-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-04-031-1/+1
|\ \ \ \
| * | | | kconfig: rename silentoldconfig to syncconfigMasahiro Yamada2018-03-261-1/+1
| | |/ / | |/| |
* | | | inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-311-2/+2
* | | | inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-311-5/+2
* | | | Documentation: ip-sysctl.txt: clarify disable_ipv6Lorenzo Bianconi2018-03-301-1/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-301-0/+112
|\ \ \ \
| * | | | netfilter: add flowtable documentationPablo Neira Ayuso2018-03-301-0/+112
* | | | | ice: Add basic driver framework for Intel(R) E800 SeriesAnirudh Venkataramanan2018-03-261-0/+39
* | | | | tls: Add receive path documentationDave Watson2018-03-231-2/+64
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-4/+14
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | net: use skb_is_gso_sctp() instead of open-codingDaniel Axtens2018-03-091-1/+4
| * | | | docs: segmentation-offloads.txt: Correct TCP gso_typesDaniel Axtens2018-03-081-2/+2
| * | | | bpf: fix bpf_skb_adjust_net/bpf_skb_proto_xlat to deal with gso sctp skbsDaniel Axtens2018-03-031-2/+9
| | |/ / | |/| |
* | | | Documentation/networking: Add net DIM documentationTal Gilboa2018-03-221-0/+174
* | | | doc: Change the udp/sctp rmem/wmem default value.Tonghao Zhang2018-03-161-3/+3
* | | | doc: remove out of date links and info from packet mmapStephen Hemminger2018-03-161-17/+5
* | | | sock: remove zerocopy sockopt restriction on closed tcp stateWillem de Bruijn2018-03-141-5/+0
| |/ / |/| |
* | | net/ipv6: Add support for path selection using hash of 5-tupleDavid Ahern2018-03-041-0/+7
|/ /
* | docs: segmentation-offloads.txt: add SCTP infoDaniel Axtens2018-02-141-0/+26
* | docs: segmentation-offloads.txt: Fix ref to SKB_GSO_TUNNEL_REMCSUMDaniel Axtens2018-02-141-4/+4
* | docs: segmentation-offloads.txt: update for UFO depreciationDaniel Axtens2018-02-141-0/+4
|/
* doc: Change the min default value of tcp_wmem/tcp_rmem.Tonghao Zhang2018-02-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-281-1/+1
|\
| * bpf, doc: Correct one wrong value in "Register value tracking"Wang YanQing2018-01-241-1/+1
* | Merge tag 'linux-can-next-for-4.16-20180126' of ssh://gitolite.kernel.org/pub...David S. Miller2018-01-264-1310/+1438
|\ \
| * | can: migrate documentation to restructured textRobert Schwebel2018-01-264-1310/+1438