summaryrefslogtreecommitdiffstats
path: root/Documentation/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: ipv4: Add a sysctl to set multipath hash seedPetr Machata2024-06-131-0/+14
* | | Documentation/tcp-ao: Add a few lines on tracepointsDmitry Safonov2024-06-121-0/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-061-19/+14
|\| |
| * | Revert "xsk: Document ability to redirect to any socket bound to the same umem"Magnus Karlsson2024-06-051-19/+14
| |/
* | net/mlx5e: SHAMPO, Add header-only ethtool counters for header data splitTariq Toukan2024-06-061-0/+9
* | net/mlx5e: SHAMPO, Drop rx_gro_match_packets counterDragos Tatulea2024-06-061-5/+0
* | net/mlx5e: SHAMPO, Make GRO counters more preciseDragos Tatulea2024-06-061-4/+6
* | tcp: add sysctl_tcp_rto_min_usKevin Yang2024-06-051-0/+13
* | doc: new 'mptcp' page in 'networking'Matthieu Baerts (NGI0)2024-06-022-0/+157
* | doc: mptcp: alphabetical orderMatthieu Baerts (NGI0)2024-06-021-37/+37
* | doc: mptcp: add missing 'available_schedulers' entryMatthieu Baerts (NGI0)2024-06-021-0/+4
|/
* net: revert partially applied PHY topology seriesJakub Kicinski2024-05-141-7/+0
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-141-2/+2
|\
| * ARC: Add eBPF JIT supportShahab Vahedi2024-05-131-2/+2
* | Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-05-131-2/+2
|\ \
| * | netfilter: conntrack: documentation: remove reference to non-existent sysctlFlorian Westphal2024-05-061-2/+2
| |/
* | Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-05-071-0/+6
|\ \ | |/ |/|
| * xfrm: Add dir validation to "in" data path lookupAntony Antony2024-05-011-0/+3
| * xfrm: Add dir validation to "out" data path lookupAntony Antony2024-05-011-0/+3
* | ice: Document tx_scheduling_layers parameterMichal Wilczynski2024-04-221-0/+47
* | net: pse-pd: Add support for PSE PIsKory Maincent (Dent Project)2024-04-192-0/+302
* | net: ethtool: pse-pd: Expand pse commands with the PSE PoE interfaceKory Maincent (Dent Project)2024-04-191-0/+20
* | ethtool: Expand Ethernet Power Equipment with c33 (PoE) alongside PoDLKory Maincent (Dent Project)2024-04-193-0/+83
* | net: hns3: add support to query scc version by devlink infoHao Chen2024-04-131-0/+5
* | nfp: update devlink device info outputFei Qin2024-04-121-1/+4
* | devlink: add a new info version tagFei Qin2024-04-121-0/+5
* | ethtool: update tsinfo statistics attribute docs with correct typeRahul Rameshbabu2024-04-111-3/+3
* | devlink: Support setting max_io_eqsParav Pandit2024-04-081-0/+33
|/
* net: ethtool: Allow passing a phy index for some commandsMaxime Chevallier2024-04-061-0/+7
* net/mlx5e: Introduce timestamps statistic counter for Tx DMA layerRahul Rameshbabu2024-04-061-0/+5
* net/mlx5e: Introduce lost_cqe statistic counter for PTP Tx port timestamping CQRahul Rameshbabu2024-04-061-0/+6
* ethtool: add interface to read Tx hardware timestamping statisticsRahul Rameshbabu2024-04-061-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-053-0/+78
|\
| * Documentation: Add documentation for eswitch attributeWilliam Tu2024-03-293-0/+78
* | dns_resolver: correct module name in dns resolver documentationBharath SM2024-03-261-2/+2
|/
* ionic: update documentation for XDP supportShannon Nelson2024-03-211-0/+22
* net: move dev->state into net_device_read_txrx groupEric Dumazet2024-03-191-1/+1
* docs: networking: fix indentation errors in multi-pf-netdevJakub Kicinski2024-03-141-29/+29
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-1318-62/+684
|\
| * net: netconsole: Add continuation line prefix to userdata messagesMatthew Wood2024-03-111-4/+4
| * Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-111-4/+17
| |\
| | * ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka2024-03-061-4/+17
| * | Merge tag 'mlx5-socket-direct-v3' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-03-092-0/+175
| |\ \
| | * | Documentation: networking: Add description for multi-pf netdevTariq Toukan2024-03-072-0/+175
| | |/
| * | netdev: add per-queue statisticsJakub Kicinski2024-03-081-0/+15
| * | doc: sfp-phylink: update the porting guide with PCS handlingMaxime Chevallier2024-03-071-14/+133
| |/
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-031-14/+19
| |\
| | * xsk: document ability to redirect to any socket bound to the same umemMagnus Karlsson2024-02-061-14/+19
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-291-3/+3
| |\ \
| * | | PPPoL2TP: Add more code snippetsSamuel Thibault2024-02-221-6/+129