index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
kcm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-04-23
libbpf: Only check mode flags in get_xdp_id
David Ahern
1
-0
/
+2
2020-04-21
bpf, selftests: Add test for BPF_STX BPF_B storing R10
Luke Nelson
1
-0
/
+40
2020-04-21
bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_B
Luke Nelson
1
-3
/
+15
2020-04-21
bpf: Fix handling of XADD on BTF memory
Jann Horn
1
-1
/
+1
2020-04-21
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
2
-9
/
+20
2020-04-21
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
1
-1
/
+1
2020-04-20
net/mlx5e: Get the latest values from counters in switchdev mode
Zhu Yanjun
1
-1
/
+6
2020-04-20
net/mlx5: Kconfig: convert imply usage to weak dependency
Saeed Mahameed
1
-4
/
+4
2020-04-20
net/mlx5e: Don't trigger IRQ multiple times on XSK wakeup to avoid WQ overruns
Maxim Mikityanskiy
4
-5
/
+15
2020-04-20
net/mlx5: CT: Change idr to xarray to protect parallel tuple id allocation
Paul Blakey
1
-11
/
+12
2020-04-20
net/mlx5: Fix failing fw tracer allocation on s390
Niklas Schnelle
1
-3
/
+3
2020-04-20
team: fix hang in team_mode_get()
Taehee Yoo
1
-0
/
+4
2020-04-20
mptcp: drop req socket remote_key* fields
Paolo Abeni
3
-17
/
+19
2020-04-20
mptcp: avoid flipping mp_capable field in syn_recv_sock()
Paolo Abeni
1
-16
/
+30
2020-04-20
mptcp: handle mptcp listener destruction via rcu
Florian Westphal
1
-0
/
+3
2020-04-20
cxgb4: fix large delays in PTP synchronization
Rahul Lakkireddy
2
-21
/
+9
2020-04-20
net: stmmac: dwmac-meson8b: Add missing boundary to RGMII TX clock array
Marc Zyngier
1
-0
/
+1
2020-04-20
ipv6: fix restrict IPV6_ADDRFORM operation
John Haxby
1
-7
/
+6
2020-04-20
net: systemport: Omit superfluous error message in bcm_sysport_probe()
Tang Bin
1
-1
/
+0
2020-04-20
net: openvswitch: ovs_ct_exit to be done under ovs_lock
Tonghao Zhang
2
-2
/
+5
2020-04-19
tcp: cache line align MAX_TCP_HEADER
Eric Dumazet
1
-1
/
+1
2020-04-19
mptcp: fix 'Attempt to release TCP socket in state' warnings
Florian Westphal
2
-3
/
+12
2020-04-19
mptcp: fix splat when incoming connection is never accepted before exit/close
Florian Westphal
2
-1
/
+25
2020-04-19
net/mlx4_en: avoid indirect call in TX completion
Eric Dumazet
1
-1
/
+13
2020-04-19
ipv6: rpl: fix full address compression
Alexander Aring
1
-3
/
+4
2020-04-19
net: stmmac: Fix sub-second increment
Julien Beraud
1
-4
/
+8
2020-04-19
net: stmmac: fix enabling socfpga's ptp_ref_clock
Julien Beraud
1
-3
/
+6
2020-04-19
wimax/i2400m: Fix potential urb refcnt leak
Xiyu Yang
1
-0
/
+1
2020-04-18
tipc: Fix potential tipc_node refcnt leak in tipc_rcv
Xiyu Yang
1
-1
/
+3
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
[next]