index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-01
net/packet: remove redundant initialization of variable err
Colin Ian King
1
-1
/
+1
2020-06-30
net: devres: rename the release callback of devm_register_netdev()
Bartosz Golaszewski
1
-2
/
+2
2020-06-30
tcp: call tcp_ack_tstamp() when not fully acked
Yousuk Seung
1
-2
/
+5
2020-06-30
mptcp: do nonce initialization at subflow creation time
Paolo Abeni
1
-34
/
+20
2020-06-30
Merge tag 'batadv-next-for-davem-20200630' of git://git.open-mesh.org/linux-m...
David S. Miller
21
-96
/
+123
2020-06-30
net: dsa: Improve subordinate PHY error message
Florian Fainelli
1
-1
/
+2
2020-06-29
ethtool: Add link extended state
Amit Cohen
1
-4
/
+48
2020-06-29
net:qos: police action offloading parameter 'burst' change to the original value
Po Liu
1
-1
/
+1
2020-06-29
mptcp: close poll() races
Paolo Abeni
1
-5
/
+20
2020-06-29
mptcp: __mptcp_tcp_fallback() returns a struct sock
Paolo Abeni
1
-12
/
+10
2020-06-29
mptcp: create first subflow at msk creation time
Paolo Abeni
1
-33
/
+20
2020-06-29
mptcp: check for plain TCP sock at accept time
Paolo Abeni
1
-62
/
+7
2020-06-29
mptcp: fallback in case of simultaneous connect
Davide Caratti
2
-0
/
+20
2020-06-29
net: mptcp: improve fallback to TCP
Davide Caratti
4
-89
/
+98
2020-06-29
Merge tag 'mlx5-tls-2020-06-26' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
1
-6
/
+54
2020-06-29
net: sched: sch_red: Add qevents "early_drop" and "mark"
Petr Machata
1
-2
/
+56
2020-06-29
net: sched: sch_red: Split init and change callbacks
Petr Machata
1
-12
/
+30
2020-06-29
net: sched: Introduce helpers for qevent blocks
Petr Machata
1
-0
/
+119
2020-06-29
net: sched: Pass root lock to Qdisc_ops.enqueue
Petr Machata
34
-69
/
+69
2020-06-28
l2tp: fix l2tp_eth_dev_xmit()'s return type
Luc Van Oostenryck
1
-1
/
+1
2020-06-28
net/hsr: fix hsr_dev_xmit()'s return type
Luc Van Oostenryck
1
-1
/
+1
2020-06-27
tcp: update delivered_ce with delivered
Yousuk Seung
1
-8
/
+21
2020-06-27
tcp: count sacked packets in tcp_sacktag_state
Yousuk Seung
1
-0
/
+4
2020-06-27
tcp: add ece_ack flag to reno sack functions
Yousuk Seung
1
-10
/
+12
2020-06-27
tcp: stamp SCM_TSTAMP_ACK later in tcp_clean_rtx_queue()
Yousuk Seung
1
-2
/
+2
2020-06-27
net/tls: Add asynchronous resync
Boris Pismenny
1
-0
/
+51
2020-06-27
Revert "net/tls: Add force_resync for driver resync"
Boris Pismenny
1
-6
/
+3
2020-06-26
mptcp: introduce token KUNIT self-tests
Paolo Abeni
4
-2
/
+152
2020-06-26
mptcp: move crypto test to KUNIT
Paolo Abeni
4
-67
/
+91
2020-06-26
mptcp: refactor token container
Paolo Abeni
4
-113
/
+236
2020-06-26
mptcp: add __init annotation on setup functions
Paolo Abeni
5
-10
/
+10
2020-06-26
batman-adv: Introduce a configurable per interface hop penalty
Linus Lüssing
5
-12
/
+38
2020-06-26
batman-adv: Fix typos and grammar in documentation
Sven Eckelmann
21
-83
/
+84
2020-06-26
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
107
-283
/
+590
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
105
-270
/
+580
2020-06-25
sch_cake: add RFC 8622 LE PHB support to CAKE diffserv handling
Kevin Darbyshire-Bryant
1
-4
/
+4
2020-06-25
rds: transport module should be auto loaded when transport is set
Rao Shoaib
1
-9
/
+17
2020-06-25
sch_cake: fix a few style nits
Toke Høiland-Jørgensen
1
-2
/
+2
2020-06-25
sch_cake: don't call diffserv parsing code when it is not needed
Toke Høiland-Jørgensen
1
-4
/
+9
2020-06-25
sch_cake: don't try to reallocate or unshare skb unconditionally
Ilya Ponetayev
1
-11
/
+30
2020-06-25
ethtool: fix error handling in linkstate_prepare_data()
Michal Kubecek
1
-6
/
+5
2020-06-25
sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket
Marcelo Ricardo Leitner
3
-2
/
+7
2020-06-25
tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT
Neal Cardwell
1
-3
/
+2
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
54
-15
/
+159
2020-06-25
net: bridge: enfore alignment for ethernet address
Thomas Martitz
1
-1
/
+1
2020-06-25
tcp: don't ignore ECN CWR on pure ACK
Denis Kirjanov
1
-3
/
+11
2020-06-24
net: qos: police action add index for tc flower offloading
Po Liu
1
-0
/
+1
2020-06-24
net: qos: add tc police offloading action with max frame size limit
Po Liu
1
-0
/
+1
2020-06-25
netfilter: ip6tables: Add a .pre_exit hook in all ip6table_foo.c.
David Wilder
5
-6
/
+44
[next]