index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
sysctl_net_ipv4.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-15
x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
Guenter Roeck
1
-2
/
+1
2018-08-15
x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_t...
Vlastimil Babka
1
-0
/
+2
2018-08-15
cpu/hotplug: Non-SMP machines do not make use of booted_once
Abel Vesa
1
-0
/
+2
2018-08-14
x86/init: fix build with CONFIG_SWAP=n
Vlastimil Babka
1
-0
/
+2
2018-08-14
bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT"
Colin Ian King
1
-1
/
+1
2018-08-14
hv/netvsc: Fix NULL dereference at single queue mode fallback
Takashi Iwai
1
-1
/
+1
2018-08-14
net: filter: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-14
xen-netfront: fix warn message as irq device name has '/'
Xiao Liang
1
-2
/
+4
2018-08-14
cxgb4: Add new T5 PCI device ids 0x50af and 0x50b0
Ganesh Goudar
1
-0
/
+2
2018-08-14
net: dsa: mv88e6xxx: missing unlock on error path
Dan Carpenter
1
-1
/
+1
2018-08-14
rds: fix building with IPV6=m
Arnd Bergmann
1
-0
/
+1
2018-08-14
inet/connection_sock: prefer _THIS_IP_ to current_text_addr
Nick Desaulniers
1
-1
/
+2
2018-08-14
net: dsa: mv88e6xxx: bitwise vs logical bug
Dan Carpenter
1
-2
/
+2
2018-08-14
net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
Jeremy Cline
2
-2
/
+3
2018-08-14
ieee802154: hwsim: using right kind of iteration
Alexander Aring
1
-1
/
+3
2018-08-14
net: hns3: Add vlan filter setting by ethtool command -K
Peng Li
1
-0
/
+6
2018-08-14
net: hns3: Set tx ring' tc info when netdev is up
Yunsheng Lin
2
-0
/
+25
2018-08-14
net: hns3: Remove tx ring BD len register in hns3_enet
Yunsheng Lin
2
-3
/
+0
2018-08-14
net: hns3: Fix desc num set to default when setting channel
Yunsheng Lin
1
-10
/
+12
2018-08-14
net: hns3: Fix for phy link issue when using marvell phy driver
Jian Shen
1
-0
/
+2
2018-08-14
net: hns3: Fix for information of phydev lost problem when down/up
Fuyun Liang
3
-9
/
+44
2018-08-14
net: hns3: Fix for command format parsing error in hclge_is_all_function_id_zero
Xi Wang
1
-1
/
+1
2018-08-14
net: hns3: Add support for serdes loopback selftest
Peng Li
3
-5
/
+75
2018-08-14
bnxt_en: take coredump_record structure off stack
Arnd Bergmann
1
-6
/
+3
2018-08-14
net: systemport: fix unused function warning
Arnd Bergmann
1
-4
/
+2
2018-08-14
net: stmmac: mark PM functions as __maybe_unused
Arnd Bergmann
1
-2
/
+2
2018-08-14
l2tp: fix unused function warning
Arnd Bergmann
3
-12
/
+4
2018-08-14
bnxt_en: avoid string overflow for record->system_name
Arnd Bergmann
1
-2
/
+2
2018-08-14
net: lan743x: fix building without CONFIG_PTP_1588_CLOCK
Arnd Bergmann
2
-11
/
+6
2018-08-14
net: lan743x: select CRC16
Arnd Bergmann
1
-0
/
+1
2018-08-14
net_sched: Fix missing res info when create new tc_index filter
Hangbin Liu
1
-0
/
+1
2018-08-14
net_sched: fix NULL pointer dereference when delete tcindex filter
Hangbin Liu
1
-5
/
+2
2018-08-14
nfp: clean up return types in kdoc comments
Jakub Kicinski
2
-6
/
+2
2018-08-14
kconfig: remove P_ENV property type
Masahiro Yamada
3
-4
/
+0
2018-08-14
kconfig: remove unused sym_get_env_prop() function
Masahiro Yamada
2
-10
/
+0
2018-08-14
coccicheck: return proper error code on fail
Denis Efremov
1
-2
/
+3
2018-08-14
Coccinelle: doubletest: reduce side effect false positives
Julia Lawall
1
-8
/
+26
2018-08-13
net/mlx5: Improve argument name for add flow API
Eli Cohen
2
-5
/
+5
2018-08-13
net/mlx5: Reorganize the makefile
Saeed Mahameed
1
-17
/
+40
2018-08-13
net/mlx5e: clock.c depends on CONFIG_PTP_1588_CLOCK
Moshe Shemesh
6
-6
/
+34
2018-08-13
net/mlx5e: vxlan.c depends on CONFIG_VXLAN
Saeed Mahameed
3
-9
/
+11
2018-08-13
net/mlx5e: Move flow steering declarations into en/fs.h
Saeed Mahameed
2
-126
/
+129
2018-08-13
net/mlx5e: Add CONFIG_MLX5_EN_ARFS for accelerated flow steering support
Saeed Mahameed
6
-68
/
+68
2018-08-13
net/mlx5e: Add CONFIG_MLX5_EN_RXNFC for ethtool rx nfc
Saeed Mahameed
5
-21
/
+53
2018-08-13
net/mlx5e: Ethtool steering, move ethtool callbacks
Saeed Mahameed
3
-64
/
+62
2018-08-13
net/mlx5e: Ethtool steering, l4 proto support
Saeed Mahameed
1
-3
/
+16
2018-08-13
net/mlx5e: Ethtool steering, ip6 support
Saeed Mahameed
1
-0
/
+129
2018-08-13
net/mlx5e: Ethtool steering flow parsing refactoring
Saeed Mahameed
1
-102
/
+128
2018-08-13
net/mlx5e: Ethtool steering flow validation refactoring
Saeed Mahameed
1
-64
/
+100
2018-08-13
net: sched: act_ife: disable bh when taking ife_mod_lock
Vlad Buslov
1
-10
/
+10
[next]