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-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-03
net: qede: use eth_zero_addr() to clear mac address
Miaohe Lin
1
-2
/
+2
2020-08-03
cxgb4: fix extracting IP addresses in TC-FLOWER rules
Rahul Lakkireddy
1
-2
/
+15
2020-08-03
cxgb4: fix check for running offline ethtool selftest
Rahul Lakkireddy
1
-3
/
+4
2020-08-03
ionic: separate interrupt for Tx and Rx
Shannon Nelson
5
-27
/
+182
2020-08-03
ionic: tx separate servicing
Shannon Nelson
3
-56
/
+53
2020-08-03
ionic: use fewer firmware doorbells on rx fill
Shannon Nelson
1
-10
/
+5
2020-08-03
net: gre: recompute gre csum for sctp over gre tunnels
Lorenzo Bianconi
1
-2
/
+11
2020-08-03
net: bridge: clear bridge's private skb space on xmit
Nikolay Aleksandrov
1
-0
/
+2
2020-08-03
ipv6/addrconf: use a boolean to choose between UNREGISTER/DOWN
Florent Fourcot
1
-12
/
+12
2020-08-03
ipv6/addrconf: call addrconf_ifdown with consistent values
Florent Fourcot
1
-1
/
+1
2020-08-03
net: openvswitch: make masks cache size configurable
Eelco Chaudron
4
-14
/
+115
2020-08-03
net: openvswitch: add masks cache hit counter
Eelco Chaudron
5
-8
/
+24
2020-08-03
net: mvpp2: fix memory leak in mvpp2_rx
Lorenzo Bianconi
1
-0
/
+1
2020-08-03
ethtool: ethnl_set_linkmodes: remove redundant null check
Gaurav Singh
1
-2
/
+1
2020-08-03
openvswitch: Prevent kernel-infoleak in ovs_ct_put_key()
Peilin Ye
1
-18
/
+20
2020-08-03
net/sched: act_ct: fix miss set mru for ovs after defrag in act_ct
wenxu
5
-3
/
+11
2020-08-03
net: mdio device: use flexible sleeping in reset function
Bruno Thomsen
1
-1
/
+1
2020-08-03
net: mdiobus: add reset-post-delay-us handling
Bruno Thomsen
3
-0
/
+6
2020-08-03
net: mdiobus: use flexible sleeping for reset-delay-us
Bruno Thomsen
1
-1
/
+1
2020-08-03
dt-bindings: net: mdio: add reset-post-delay-us property
Bruno Thomsen
1
-0
/
+7
2020-08-01
mptcp: fix syncookie build error on UP
Florian Westphal
1
-3
/
+1
2020-08-01
vxlan: fix memleak of fdb
Taehee Yoo
1
-2
/
+4
2020-08-01
fib: fix another fib_rules_ops indirect call wrapper problem
Brian Vazquez
1
-0
/
+6
2020-08-01
tcp: fix build fong CONFIG_MPTCP=n
Eric Dumazet
1
-2
/
+3
2020-07-31
rtnetlink: add support for protodown reason
Roopa Prabhu
4
-5
/
+147
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
rds: Prevent kernel-infoleak in rds_notify_queue_get()
Peilin Ye
1
-1
/
+2
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
net/sched: The error lable position is corrected in ct_init_module
liujian
1
-2
/
+2
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
[next]