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-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
35
-174
/
+316
2020-05-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
32
-163
/
+285
2020-05-06
net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
Pablo Neira Ayuso
1
-2
/
+12
2020-05-06
ethtool: provide UAPI for PHY master/slave configuration.
Oleksij Rempel
2
-0
/
+59
2020-05-06
net: dsa: Do not leave DSA master with NULL netdev_ops
Florian Fainelli
1
-1
/
+2
2020-05-06
net: dsa: remove duplicate assignment in dsa_slave_add_cls_matchall_mirred
Vladimir Oltean
1
-5
/
+3
2020-05-06
tcp: defer xmit timer reset in tcp_xmit_retransmit_queue()
Eric Dumazet
1
-6
/
+10
2020-05-06
tcp: refine tcp_pacing_delay() for very low pacing rates
Eric Dumazet
2
-7
/
+5
2020-05-06
seg6: fix SRH processing to comply with RFC8754
Ahmed Abdelsalam
1
-2
/
+8
2020-05-06
ipv6: Implement draft-ietf-6man-rfc4941bis
Fernando Gont
1
-52
/
+39
2020-05-06
net: hsr: fix incorrect type usage for protocol variable
Murali Karicheri
1
-1
/
+1
2020-05-06
net: bridge: return false in br_mrp_enabled()
Jason Yan
1
-1
/
+1
2020-05-05
neigh: send protocol value in neighbor create notification
Roman Mashak
1
-3
/
+3
2020-05-05
erspan: Add type I version 0 support.
William Tu
1
-15
/
+43
2020-05-05
net/smc: remove unused inline function smc_curs_read
YueHaibing
1
-17
/
+0
2020-05-05
net/smc: log important pnetid and state change events
Karsten Graul
8
-20
/
+113
2020-05-05
sch_choke: Remove classid from choke_skb_cb.
David S. Miller
1
-1
/
+0
2020-05-05
net: sched: choke: Remove unused inline function choke_set_classid
YueHaibing
1
-5
/
+0
2020-05-04
net: partially revert dynamic lockdep key changes
Cong Wang
10
-25
/
+204
2020-05-04
atm: fix a memory leak of vcc->user_back
Cong Wang
1
-0
/
+6
2020-05-04
atm: fix a UAF in lec_arp_clear_vccs()
Cong Wang
1
-11
/
+11
2020-05-04
devlink: let kernel allocate region snapshot id
Jakub Kicinski
1
-13
/
+44
2020-05-04
devlink: factor out building a snapshot notification
Jakub Kicinski
1
-11
/
+28
2020-05-04
net_sched: sch_fq: add horizon attribute
Eric Dumazet
1
-5
/
+54
2020-05-04
net_sched: fix tcm_parent in tc filter dump
Cong Wang
1
-4
/
+4
2020-05-04
net: sched: fallback to qdisc noqueue if default qdisc setup fail
Jesper Dangaard Brouer
1
-3
/
+14
2020-05-04
net/smc: save SMC-R peer link_uid
Karsten Graul
4
-0
/
+13
2020-05-04
net/smc: create improved SMC-R link_uid
Karsten Graul
4
-5
/
+19
2020-05-04
net/smc: improve termination processing
Karsten Graul
1
-30
/
+31
2020-05-04
net/smc: add termination reason and handle LLC protocol violation
Karsten Graul
4
-2
/
+30
2020-05-04
net/smc: asymmetric link tagging
Karsten Graul
3
-9
/
+41
2020-05-04
net/smc: assign link to a new connection
Karsten Graul
1
-19
/
+46
2020-05-04
net/smc: send DELETE_LINK, ALL message and wait for send to complete
Karsten Graul
3
-0
/
+51
2020-05-04
net/smc: wait for departure of an IB message
Karsten Graul
3
-0
/
+42
2020-05-04
net/smc: handle incoming CDC validation message
Karsten Graul
3
-6
/
+48
2020-05-04
net/smc: send failover validation message
Karsten Graul
3
-1
/
+27
2020-05-04
net/smc: switch connections to alternate link
Karsten Graul
6
-9
/
+162
2020-05-04
net/smc: save state of last sent CDC message
Karsten Graul
2
-0
/
+10
2020-05-04
devlink: Fix reporter's recovery condition
Aya Levin
1
-2
/
+5
2020-05-04
tipc: fix partial topology connection closure
Tuong Lien
1
-2
/
+3
2020-05-04
net: dsa: Do not make user port errors fatal
Florian Fainelli
1
-1
/
+1
2020-05-03
net/smc: enqueue local LLC messages
Karsten Graul
3
-2
/
+33
2020-05-03
net/smc: delete link processing as SMC server
Karsten Graul
1
-0
/
+72
2020-05-03
net/smc: delete link processing as SMC client
Karsten Graul
1
-0
/
+72
2020-05-03
net/smc: llc_del_link_work and use the LLC flow for delete link
Karsten Graul
3
-34
/
+45
2020-05-03
net/smc: delete an asymmetric link as SMC server
Karsten Graul
3
-2
/
+82
2020-05-03
net/smc: final part of add link processing as SMC server
Karsten Graul
1
-1
/
+28
2020-05-03
net/smc: rkey processing for a new link as SMC server
Karsten Graul
1
-1
/
+42
2020-05-03
net/smc: first part of add link processing as SMC server
Karsten Graul
3
-2
/
+92
2020-05-03
net/smc: final part of add link processing as SMC client
Karsten Graul
3
-4
/
+72
[next]