index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-sqlite.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-01
ice: Clear and free XLT entries on reset
Vignesh Sridhar
1
-1
/
+3
2020-08-01
ice: add useful statistics
Jesse Brandeburg
5
-2
/
+15
2020-08-01
ice: remove page_reuse statistic
Jesse Brandeburg
2
-3
/
+0
2020-08-01
ice: Fix RSS profile locks
Vignesh Sridhar
1
-6
/
+7
2020-08-01
ice: fix the vsi_id mask to be 10 bit for set_rss_lut
Kiran Patil
1
-1
/
+1
2020-08-01
ice: rename misleading grst_delay variable
Nick Nunley
1
-5
/
+5
2020-08-01
ice: mark PM functions as __maybe_unused
Wei Yongjun
1
-2
/
+2
2020-07-31
tun: add missing rcu annotation in tun_set_ebpf()
Jason Wang
1
-1
/
+1
2020-07-31
tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
4
-3
/
+9
2020-07-31
selftests: mptcp: add test cases for mptcp join tests with syn cookies
Florian Westphal
1
-2
/
+64
2020-07-31
selftests: mptcp: make 2nd net namespace use tcp syn cookies unconditionally
Florian Westphal
1
-0
/
+47
2020-07-31
mptcp: enable JOIN requests even if cookies are in use
Florian Westphal
6
-0
/
+174
2020-07-31
tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP option
Florian Westphal
4
-11
/
+37
2020-07-31
mptcp: subflow: add mptcp_subflow_init_cookie_req helper
Florian Westphal
4
-1
/
+86
2020-07-31
mptcp: rename and export mptcp_subflow_request_sock_ops
Florian Westphal
2
-5
/
+7
2020-07-31
mptcp: subflow: split subflow_init_req
Florian Westphal
1
-10
/
+22
2020-07-31
mptcp: token: move retry to caller
Florian Westphal
2
-9
/
+12
2020-07-31
tcp: rename request_sock cookie_ts bit to syncookie
Florian Westphal
4
-5
/
+4
2020-07-31
net/sched: cls_u32: Use struct_size() helper
Gustavo A. R. Silva
1
-14
/
+6
2020-07-31
qede: Use %pM format specifier for MAC addresses
Andy Shevchenko
1
-3
/
+1
2020-07-31
qed: Use %pM format specifier for MAC addresses
Andy Shevchenko
2
-7
/
+4
2020-07-31
hsr: Use %pM format specifier for MAC addresses
Andy Shevchenko
1
-8
/
+2
2020-07-31
s390/qeth: use all configured RX buffers
Julian Wiedmann
1
-12
/
+4
2020-07-31
s390/qeth: don't process empty bridge port events
Julian Wiedmann
1
-0
/
+4
2020-07-31
s390/qeth: integrate RX refill worker with NAPI
Julian Wiedmann
4
-18
/
+26
2020-07-31
s390/qeth: tolerate pre-filled RX buffer
Julian Wiedmann
1
-6
/
+14
2020-07-31
net: Pass NULL to skb_network_protocol() when we don't care about vlan depth
Miaohe Lin
1
-2
/
+1
2020-07-31
bluetooth: sco: Fix sockptr reference.
David S. Miller
1
-1
/
+1
2020-07-31
Bluetooth: Remove CRYPTO_ALG_INTERNAL flag
Herbert Xu
2
-4
/
+4
2020-07-31
Bluetooth: Increment management interface revision
Marcel Holtmann
1
-1
/
+1
2020-07-31
Bluetooth: use the proper scan params when conn is pending
Alain Michaud
1
-0
/
+24
2020-07-30
net: ll_temac: Use devm_platform_ioremap_resource_byname()
Wang Hai
1
-4
/
+2
2020-07-30
tlan: use generic power management
Vaibhav Gupta
1
-25
/
+6
2020-07-30
sis900: use generic power management
Vaibhav Gupta
1
-16
/
+7
2020-07-30
sc92031: use generic power management
Vaibhav Gupta
1
-17
/
+9
2020-07-30
bnxt_en: Remove superfluous memset()
Li Heng
1
-2
/
+0
2020-07-30
liquidio: Replace vmalloc with kmalloc in octeon_register_dispatch_fn()
Wang Hai
1
-7
/
+4
2020-07-30
net/sched: act_pedit: Use flex_array_size() helper in memcpy()
Gustavo A. R. Silva
1
-2
/
+1
2020-07-30
mlxsw: spectrum_cnt: Use flex_array_size() helper in memcpy()
Gustavo A. R. Silva
1
-3
/
+2
2020-07-30
sfc_ef100: remove duplicated include from ef100_netdev.c
YueHaibing
1
-1
/
+0
2020-07-30
ptp: ptp_clockmatrix: update to support 4.8.7 firmware
Min Li
3
-209
/
+1045
2020-07-30
l2tp: improve API documentation in l2tp_core.h
Tom Parkin
1
-14
/
+72
2020-07-30
l2tp: tweak exports for l2tp_recv_common and l2tp_ioctl
Tom Parkin
2
-2
/
+2
2020-07-30
l2tp: remove build_header callback in struct l2tp_session
Tom Parkin
2
-7
/
+4
2020-07-30
l2tp: return void from l2tp_session_delete
Tom Parkin
3
-10
/
+5
2020-07-30
l2tp: don't export tunnel and session free functions
Tom Parkin
2
-47
/
+46
2020-07-30
l2tp: don't export __l2tp_session_unhash
Tom Parkin
2
-32
/
+26
2020-07-30
selftests: txtimestamp: add flag for timestamp validation tolerance.
Jian Yang
1
-2
/
+8
2020-07-30
igb: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-2
/
+2
2020-07-30
ixgbe: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-1
/
+1
[next]