index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
metrics.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-06
xfrm: remove extract_output indirection from xfrm_state_afinfo
Florian Westphal
4
-70
/
+59
2020-05-06
xfrm: place xfrm6_local_dontfrag in xfrm.h
Florian Westphal
2
-19
/
+18
2020-05-06
xfrm: expose local_rxpmtu via ipv6_stubs
Florian Westphal
4
-1
/
+4
2020-05-06
xfrm: move xfrm4_extract_header to common helper
Florian Westphal
3
-22
/
+14
2020-05-06
xfrm: state: remove extract_input indirection from xfrm_state_afinfo
Florian Westphal
8
-49
/
+45
2020-05-06
xfrm: avoid extract_output indirection for ipv4
Florian Westphal
4
-42
/
+46
2020-04-28
xfrm: add IPv6 support for espintcp
Sabrina Dubroca
8
-13
/
+252
2020-04-28
xfrm: add support for UDPv6 encapsulation of ESP
Sabrina Dubroca
12
-37
/
+395
2020-04-27
xfrm interface: don't take extra reference to netdev
Nicolas Dichtel
1
-2
/
+0
2020-04-21
net: ipv4: remove redundant assignment to variable rc
Colin Ian King
1
-1
/
+1
2020-04-21
net: bcmgenet: Drop too many parentheses in bcmgenet_probe()
Andy Shevchenko
1
-1
/
+1
2020-04-21
net: bcmgenet: Use get_unligned_beXX() and put_unaligned_beXX()
Andy Shevchenko
1
-9
/
+4
2020-04-21
net: bcmgenet: Use devm_clk_get_optional() to get the clocks
Andy Shevchenko
1
-7
/
+12
2020-04-21
net: bcmgenet: Drop useless OF code
Andy Shevchenko
1
-13
/
+0
2020-04-21
net: bcmgenet: Drop ACPI_PTR() to avoid compiler warning
Andy Shevchenko
1
-1
/
+1
2020-04-21
r8169: change wmb to smb_wmb in rtl8169_start_xmit
Heiner Kallweit
1
-2
/
+2
2020-04-20
net/mlx5: improve some comments
Hu Haowen
1
-1
/
+1
2020-04-20
net/mlx5: Read embedded cpu bit only once
Parav Pandit
1
-2
/
+1
2020-04-20
net/mlx5e: Handle errors from netif_set_real_num_{tx,rx}_queues
Maxim Mikityanskiy
2
-13
/
+48
2020-04-20
net/mlx5e: Allow partial data mask for tunnel options
Roi Dayan
1
-10
/
+22
2020-04-20
net/mlx5e: Set of completion request bit should not clear other adjacent bits
Tariq Toukan
1
-1
/
+1
2020-04-20
net/mlx5: IPsec, Refactor SA handle creation and destruction
Raed Salem
5
-48
/
+63
2020-04-20
net/mlx5e: IPSec, Expose IPsec HW stat only for supporting HW
Raed Salem
4
-86
/
+58
2020-04-20
net/mlx5: Refactor mlx5_accel_esp_create_hw_context parameter list
Raed Salem
4
-28
/
+37
2020-04-20
net/mlx5e: en_accel, Add missing net/geneve.h include
Raed Salem
1
-0
/
+2
2020-04-20
net/mlx5: Use the correct IPsec capability function for FPGA ops
Raed Salem
3
-4
/
+18
2020-04-20
qed: use true,false for bool variables
Jason Yan
1
-2
/
+2
2020-04-20
net: hns3: add trace event support for PF/VF mailbox
Yufeng Mo
6
-0
/
+190
2020-04-20
net: hns3: add support for dumping MAC reg in debugfs
Yufeng Mo
2
-1
/
+114
2020-04-20
net: hns3: add debug information for flow table when failed
Guojia Liao
1
-11
/
+34
2020-04-20
net: hns3: clean up some coding style issue
Huazhong Tan
2
-8
/
+4
2020-04-20
net: hns3: modify some unsuitable type declaration
Guojia Liao
1
-3
/
+5
2020-04-20
net: hns3: remove two unused structures in hclge_cmd.h
Guojia Liao
1
-25
/
+0
2020-04-20
net: hns3: remove useless proto_support field in struct hclge_fd_cfg
Guojia Liao
2
-12
/
+6
2020-04-20
net: hns3: remove an unnecessary case 0 in hclge_fd_convert_tuple()
Huazhong Tan
1
-2
/
+0
2020-04-20
net: hns3: split out hclge_get_fd_rule_info()
Jian Shen
1
-144
/
+159
2020-04-20
net: hns3: split out hclge_fd_check_ether_tuple()
Jian Shen
1
-112
/
+173
2020-04-20
net: ethtool: self_test: Mark interface in testing operative status
Andrew Lunn
1
-0
/
+2
2020-04-20
net: Add testing sysfs attribute
Andrew Lunn
2
-1
/
+27
2020-04-20
net: Add IF_OPER_TESTING
Andrew Lunn
5
-3
/
+65
2020-04-20
net: ethernet: fec: Allow the MDIO preamble to be disabled
Andrew Lunn
2
-1
/
+14
2020-04-20
net: ethernet: fec: Allow configuration of MDIO bus speed
Andrew Lunn
3
-3
/
+15
2020-04-20
net: ethernet: fec: Replace interrupt driven MDIO with polled IO
Andrew Lunn
2
-36
/
+35
2020-04-20
r8169: inline rtl8169_make_unusable_by_asic
Heiner Kallweit
1
-7
/
+2
2020-04-20
r8169: inline rtl8169_mark_as_last_descriptor
Heiner Kallweit
1
-6
/
+2
2020-04-20
net: qed: Remove unneeded cast from memory allocation
Aishwarya Ramakrishnan
1
-9
/
+8
2020-04-20
net: sun: Remove unneeded cast from memory allocation
Aishwarya Ramakrishnan
1
-1
/
+1
2020-04-20
net: ethernet: dnet: convert to devm_platform_get_and_ioremap_resource
Dejin Zheng
1
-2
/
+1
2020-04-20
selftests: pmtu: implement IPIP, SIT and ip6tnl PMTU discovery tests
Lourdes Pedrajas
1
-0
/
+122
2020-04-20
net: phy: mscc: use mdiobus_get_phy()
Michael Walle
1
-4
/
+3
[next]