summaryrefslogtreecommitdiffstats
path: root/Documentation/networking
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-041-1/+15
|\
| * xsk: sample kernel code is now in libbpfEric Leblond2019-06-241-1/+15
* | gve: Add workqueue and reset supportCatherine Sullivan2019-07-011-0/+11
* | gve: Add transmit and receive supportCatherine Sullivan2019-07-011-0/+30
* | gve: Add basic driver framework for Compute Engine Virtual NICCatherine Sullivan2019-07-012-0/+83
* | ipv6: icmp: allow flowlabel reflection in echo repliesEric Dumazet2019-07-011-1/+3
* | net: aquantia: add documentation for the atlantic driverIgor Russkikh2019-06-271-0/+439
|/
* doc: phy: document some PHY_INTERFACE_MODE_xxx settingsRussell King2019-06-231-1/+44
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-173-5/+21
|\
| * tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-151-0/+8
| * tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-141-0/+8
| * linux-next: DOC: RDS: Fix a typo in rds.txtMasanari Iida2019-06-121-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-071-4/+4
| |\
| | * Documentation/networking: fix af_xdp.rst Sphinx warningsRandy Dunlap2019-05-211-4/+4
* | | Merge tag 'mlx5-updates-2019-06-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-06-142-0/+174
|\ \ \
| * | | Documentation: net: mlx5: Devlink health documentationMoshe Shemesh2019-06-131-0/+72
| * | | Documentation: net: mlx5: Add mlx5 initial documentationSaeed Mahameed2019-06-132-0/+102
* | | | ipv4: Support multipath hashing on inner IP pkts for GRE tunnelStephen Suryaputra2019-06-141-0/+1
|/ / /
* | | net/tls: add kernel-driven resync mechanism for TXJakub Kicinski2019-06-111-1/+34
* | | net/tls: add kernel-driven TLS RX resyncJakub Kicinski2019-06-111-0/+19
* | | ipv6: tcp: enable flowlabel reflection in some RST packetsEric Dumazet2019-06-051-5/+15
* | | net/tls: remove false positive warningJakub Kicinski2019-06-041-19/+0
* | | net: ena: documentation: update ena.txtSameeh Jubran2019-06-031-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-317-26/+549
|\ \ \ | |/ /
| * | Documentation: add TLS offload documentationJakub Kicinski2019-05-226-0/+488
| * | Documentation: tls: RSTify the ktls documentationJakub Kicinski2019-05-222-13/+30
| * | Documentation: net: move device drivers docs to a submenuJakub Kicinski2019-05-222-13/+31
* | | Documentation: ip-sysctl.txt: Document tcp_fastopen_keyJason Baron2019-05-301-0/+20
* | | net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-291-1/+4
|/ /
* | net-next: net: Fix typos in ip-sysctl.txtMasanari Iida2019-05-211-2/+2
|/
* networking: : fix typos in code commentsWeitao Hou2019-05-201-2/+2
* rxrpc: Allow the kernel to mark a call as being non-interruptibleDavid Howells2019-05-161-1/+10
* rxrpc: Provide kernel interface to set max lifespan on a callDavid Howells2019-05-161-0/+10
* Documentation: net: dsa: sja1105: Add info about supported traffic modesVladimir Oltean2019-05-051-0/+54
* Documentation: net: dsa: Add details about NXP SJA1105 driverVladimir Oltean2019-05-032-0/+167
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-022-1/+3
|\
| * Documentation: fix netdev-FAQ.rst markup warningRandy Dunlap2019-05-011-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-301-0/+2
| |\
| | * xfrm: update doc about xfrm[46]_gc_threshNicolas Dichtel2019-04-121-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-252-2/+1
|\ \ \ | |/ /
| * | Documentation: decnet: remove reference to CONFIG_DECNET_ROUTE_FWMARKCorentin Labbe2019-04-211-2/+0
| * | ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-04-171-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-222-127/+0
|\ \ \
| * | | bpf: move BPF_PROG_TYPE_FLOW_DISSECTOR documentation to a new common placeStanislav Fomichev2019-04-182-127/+0
* | | | ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra2019-04-181-1/+16
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-171-7/+9
|\ \ \ \ | | |/ / | |/| |
| * | | rxrpc: Make rxrpc_kernel_check_life() indicate if call completedMarc Dionne2019-04-121-7/+9
* | | | Documentation: net: dsa: transition to the rst formatIoana Ciornei2019-04-125-154/+169
| |/ / |/| |
* | | Documentation: networking: devlink-info-versions: Add fw.psidShalom Toledo2019-04-081-0/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-052-0/+127
|\ \ \ | |/ /
OpenPOWER on IntegriCloud