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-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-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-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
2020-06-25
netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he...
David Wilder
1
-1
/
+14
2020-06-25
netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.
David Wilder
5
-7
/
+44
2020-06-25
netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...
David Wilder
1
-1
/
+14
2020-06-25
netfilter: Add MODULE_DESCRIPTION entries to kernel modules
Rob Gill
41
-0
/
+41
2020-06-25
netfilter: ipset: fix unaligned atomic access
Russell King
1
-0
/
+2
2020-06-24
dsa: Allow forwarding of redirected IGMP traffic
Daniel Mack
1
-3
/
+34
2020-06-24
net: bridge: add a flag to avoid refreshing fdb when changing/adding
Nikolay Aleksandrov
1
-1
/
+4
2020-06-24
net: bridge: add option to allow activity notifications for any fdb entries
Nikolay Aleksandrov
2
-13
/
+108
2020-06-24
net: neighbor: add fdb extended attribute
Nikolay Aleksandrov
1
-0
/
+1
2020-06-24
net: bridge: fdb_add_entry takes ndm as argument
Nikolay Aleksandrov
1
-5
/
+4
2020-06-24
openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt...
Lorenzo Bianconi
1
-2
/
+7
2020-06-23
net: Do not clear the sock TX queue in sk_set_socket()
Tariq Toukan
1
-0
/
+2
2020-06-23
dn_route_rcv: remove redundant dev null check
Gaurav Singh
1
-1
/
+1
2020-06-23
dcb_doit: remove redundant skb check
Gaurav Singh
1
-1
/
+1
2020-06-23
net: ipv6: Use struct_size() helper and kcalloc()
Gustavo A. R. Silva
2
-3
/
+2
2020-06-23
net: ethtool: Handle missing cable test TDR parameters
Andrew Lunn
1
-8
/
+9
2020-06-23
udp: move gro declarations to net/udp.h
Eric Dumazet
2
-6
/
+1
2020-06-23
net: move tcp gro declarations to net/tcp.h
Eric Dumazet
2
-6
/
+1
2020-06-23
tcp: move ipv4_specific to tcp include file
Eric Dumazet
1
-2
/
+0
2020-06-23
tcp: move ipv6_specific declaration to remove a warning
Eric Dumazet
1
-3
/
+0
2020-06-23
bonding/xfrm: use real_dev instead of slave_dev
Jarod Wilson
1
-2
/
+3
2020-06-23
ipv6: fib6: avoid indirect calls from fib6_rule_lookup
Brian Vazquez
3
-8
/
+12
2020-06-23
net: ethtool: add missing string for NETIF_F_GSO_TUNNEL_REMCSUM
Alexander Lobakin
1
-0
/
+1
2020-06-23
bridge: mrp: Validate when setting the port role
Horatiu Vultur
1
-2
/
+8
2020-06-22
mptcp: drop sndr_key in mptcp_syn_options
Geliang Tang
1
-2
/
+0
[next]