index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
tipc
/
bcast.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-18
tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv
Xiyu Yang
1
-0
/
+1
2020-04-18
net: netrom: Fix potential nr_neigh refcnt leak in nr_add_node
Xiyu Yang
1
-0
/
+1
2020-04-16
amd-xgbe: Use __napi_schedule() in BH context
Sebastian Andrzej Siewior
1
-1
/
+1
2020-04-16
mISDN: make dmril and dmrim static
Jason Yan
1
-2
/
+2
2020-04-16
net: stmmac: dwmac-sunxi: Provide TX and RX fifo sizes
Florian Fainelli
1
-0
/
+2
2020-04-16
net: dsa: mt7530: fix tagged frames pass-through in VLAN-unaware mode
DENG Qingfang
2
-6
/
+19
2020-04-16
keys: Fix proc_keys_next to increase position index
Vasily Averin
1
-0
/
+2
2020-04-16
tipc: fix incorrect increasing of link window
Tuong Lien
1
-1
/
+1
2020-04-16
Documentation: Fix tcp_challenge_ack_limit default value
Cambda Zhu
1
-1
/
+1
2020-04-16
net: tulip: make early_486_chipsets static
Jason Yan
1
-1
/
+1
2020-04-16
dt-bindings: net: ethernet-phy: add desciption for ethernet-phy-id1234.d400
Johan Jonker
1
-0
/
+3
2020-04-16
ipv6: remove redundant assignment to variable err
Colin Ian King
1
-1
/
+1
2020-04-15
selinux: free str on error in str_read()
Ondrej Mosnacek
1
-4
/
+4
2020-04-15
net/rds: Use ERR_PTR for rds_message_alloc_sgs()
Jason Gunthorpe
4
-21
/
+19
2020-04-15
net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridge
Vladimir Oltean
4
-48
/
+47
2020-04-15
selftests/bpf: Check for correct program attach/detach in xdp_attach test
Toke Høiland-Jørgensen
1
-1
/
+29
2020-04-15
libbpf: Fix type of old_fd in bpf_xdp_set_link_opts
Toke Høiland-Jørgensen
1
-1
/
+1
2020-04-15
libbpf: Always specify expected_attach_type on program load if supported
Andrii Nakryiko
2
-59
/
+109
2020-04-15
xsk: Add missing check on user supplied headroom size
Magnus Karlsson
1
-3
/
+2
2020-04-15
mac80211: fix channel switch trigger from unknown mesh peer
Tamizh chelvam
1
-4
/
+7
2020-04-15
mac80211: fix race in ieee80211_register_hw()
Sumit Garg
1
-11
/
+13
2020-04-15
tracing: Fix the race between registering 'snapshot' event trigger and trigge...
Xiao Yang
1
-7
/
+3
2020-04-15
net: marvell10g: soft-reset the PHY when coming out of low power
Russell King
1
-3
/
+13
2020-04-15
net: marvell10g: report firmware version
Russell King
1
-0
/
+20
2020-04-15
net/cxgb4: Check the return from t4_query_params properly
Jason Gunthorpe
1
-1
/
+1
2020-04-15
net: stmmac: socfpga: Allow all RGMII modes
Atsushi Nemoto
1
-0
/
+2
2020-04-15
net: dsa: Down cpu/dsa ports phylink will control
Andrew Lunn
1
-1
/
+6
2020-04-15
net: dsa: mv88e6xxx: Configure MAC when using fixed link
Andrew Lunn
1
-2
/
+3
2020-04-15
ionic: fix unused assignment
Shannon Nelson
1
-1
/
+1
2020-04-15
ionic: add dynamic_debug header
Shannon Nelson
1
-0
/
+1
2020-04-15
rxrpc: Fix DATA Tx to disable nofrag for UDP on AF_INET6 socket
David Howells
2
-41
/
+12
2020-04-15
net: phy: micrel: use genphy_read_status for KSZ9131
Atsushi Nemoto
1
-1
/
+1
2020-04-14
bpf: remove unneeded conversion to bool in __mark_reg_unknown
Zou Wei
1
-2
/
+1
2020-04-14
xdp: Reset prog in dev_change_xdp_fd when fd is negative
David Ahern
1
-1
/
+2
2020-04-14
tools, bpftool: Fix struct_ops command invalid pointer free
Daniel T. Lee
1
-1
/
+3
2020-04-14
selftests/bpf: Validate frozen map contents stays frozen
Andrii Nakryiko
1
-2
/
+60
2020-04-14
bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping
Andrii Nakryiko
1
-9
/
+7
2020-04-14
arm, bpf: Fix offset overflow for BPF_MEM BPF_DW
Luke Nelson
1
-16
/
+24
2020-04-14
rtw88: avoid unused function warnings
Arnd Bergmann
1
-8
/
+3
2020-04-14
cfg80211: fix kernel-doc notation
Lothar Rubusch
1
-0
/
+10
2020-04-14
mac80211_hwsim: Use kstrndup() in place of kasprintf()
Tuomas Tynkkynen
1
-6
/
+6
2020-04-14
nl80211: fix NL80211_ATTR_FTM_RESPONDER policy
Johannes Berg
1
-4
/
+2
2020-04-14
efi/x86: Revert struct layout change to fix kexec boot regression
Ard Biesheuvel
1
-0
/
+2
2020-04-14
efi/x86: Don't remap text<->rodata gap read-only for mixed mode
Ard Biesheuvel
1
-2
/
+10
2020-04-14
efi/x86: Fix the deletion of variables in mixed mode
Gary Lin
1
-2
/
+2
2020-04-14
efi/libstub/file: Merge file name buffers to reduce stack usage
Ard Biesheuvel
1
-13
/
+14
2020-04-14
Documentation/x86, efi/x86: Clarify EFI handover protocol and its requirements
Ard Biesheuvel
1
-3
/
+18
2020-04-14
efi/arm: Deal with ADR going out of range in efi_enter_kernel()
Ard Biesheuvel
1
-1
/
+2
2020-04-14
efi/x86: Always relocate the kernel for EFI handover entry
Arvind Sankar
1
-4
/
+10
2020-04-14
efi/x86: Move efi stub globals from .bss to .data
Arvind Sankar
2
-2
/
+2
[next]