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
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
32
-203
/
+615
2018-05-20
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
3
-27
/
+46
2018-05-19
net: ip6_gre: fix tunnel metadata device sharing.
William Tu
1
-22
/
+79
2018-05-19
dsa: set devlink port attrs for dsa ports
Jiri Pirko
1
-0
/
+24
2018-05-19
devlink: introduce a helper to generate physical port names
Jiri Pirko
1
-0
/
+33
2018-05-19
devlink: extend attrs_set for setting port flavours
Jiri Pirko
1
-0
/
+5
2018-05-19
devlink: introduce devlink_port_attrs_set
Jiri Pirko
1
-10
/
+36
2018-05-18
net: sched: red: avoid hashing NULL child
Paolo Abeni
2
-4
/
+6
2018-05-18
sock_diag: fix use-after-free read in __sk_free
Eric Dumazet
1
-1
/
+1
2018-05-18
tcp: tcp_rack_reo_wnd() can be static
kbuild test robot
1
-1
/
+1
2018-05-18
net/smc: restructure client and server code in af_smc
Hans Wippel
1
-241
/
+318
2018-05-18
net/smc: change smc_buf_free function parameters
Hans Wippel
1
-14
/
+12
2018-05-18
net/smc: do a few smc_core.c cleanups
Hans Wippel
1
-8
/
+6
2018-05-18
net/smc: restructure CDC message reception
Hans Wippel
1
-25
/
+22
2018-05-18
net/smc: move smc_core specific code from smc.h to smc_core
Hans Wippel
3
-41
/
+39
2018-05-18
net/smc: calculate write offset in RMB only once per connection
Hans Wippel
3
-2
/
+6
2018-05-18
net/smc: rename connection index to RMBE index
Hans Wippel
5
-6
/
+6
2018-05-18
net/smc: move link group list to smc_core
Hans Wippel
4
-35
/
+42
2018-05-18
net/smc: add common buffer size in send and receive buffer descriptors
Hans Wippel
9
-35
/
+31
2018-05-18
net: dsa: Do not register devlink for unused ports
Florian Fainelli
1
-3
/
+6
2018-05-18
net: Fix a bug in removing queues from XPS map
Amritha Nambiar
1
-1
/
+1
2018-05-18
tcp: add tcp_comp_sack_nr sysctl
Eric Dumazet
3
-1
/
+13
2018-05-18
tcp: add tcp_comp_sack_delay_ns sysctl
Eric Dumazet
3
-2
/
+10
2018-05-18
tcp: add TCPAckCompressed SNMP counter
Eric Dumazet
2
-0
/
+3
2018-05-18
tcp: add SACK compression
Eric Dumazet
4
-6
/
+62
2018-05-18
tcp: do not force quickack when receiving out-of-order packets
Eric Dumazet
1
-2
/
+0
2018-05-18
Bluetooth: Add __hci_cmd_send function
Loic Poulain
1
-0
/
+31
2018-05-18
Bluetooth: use wait_event API instead of open-coding it
John Keeping
1
-23
/
+7
2018-05-18
Bluetooth: Prevent buffer overflow for large advertisement data
Chriz Chow
1
-4
/
+8
2018-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-2
/
+9
2018-05-17
bpf: fix truncated jump targets on heavy expansions
Daniel Borkmann
1
-2
/
+9
2018-05-17
vlan: Add extack messages for link create
David Ahern
3
-15
/
+44
2018-05-17
net: test tailroom before appending to linear skb
Willem de Bruijn
2
-2
/
+4
2018-05-17
net: ip6_gre: Fix ip6erspan hlen calculation
Petr Machata
1
-9
/
+65
2018-05-17
net: ip6_gre: Split up ip6gre_changelink()
Petr Machata
1
-9
/
+24
2018-05-17
net: ip6_gre: Split up ip6gre_newlink()
Petr Machata
1
-6
/
+18
2018-05-17
net: ip6_gre: Split up ip6gre_tnl_change()
Petr Machata
1
-2
/
+8
2018-05-17
net: ip6_gre: Split up ip6gre_tnl_link_config()
Petr Machata
1
-12
/
+26
2018-05-17
net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()
Petr Machata
1
-1
/
+1
2018-05-17
net: ip6_gre: Request headroom in __gre6_xmit()
Petr Machata
1
-0
/
+3
2018-05-17
net/ncsi: prevent a couple array underflows
Dan Carpenter
1
-2
/
+3
2018-05-17
net/smc: init conn.tx_work & conn.send_lock sooner
Eric Dumazet
3
-3
/
+4
2018-05-17
erspan: fix invalid erspan version.
William Tu
2
-2
/
+7
2018-05-17
tcp: don't mark recently sent packets lost on RTO
Yuchung Cheng
1
-4
/
+8
2018-05-17
tcp: new helper tcp_rack_skb_timeout
Yuchung Cheng
2
-7
/
+12
2018-05-17
tcp: separate loss marking and state update on RTO
Yuchung Cheng
1
-2
/
+2
2018-05-17
tcp: new helper tcp_timeout_mark_lost
Yuchung Cheng
1
-21
/
+29
2018-05-17
tcp: account lost retransmit after timeout
Yuchung Cheng
2
-17
/
+5
2018-05-17
tcp: simpler NewReno implementation
Yuchung Cheng
2
-8
/
+38
2018-05-17
tcp: disable RFC6675 loss detection
Yuchung Cheng
1
-4
/
+8
[next]