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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-19
devlink: extend attrs_set for setting port flavours
Jiri Pirko
5
-4
/
+24
2018-05-19
devlink: introduce devlink_port_attrs_set
Jiri Pirko
8
-25
/
+64
2018-05-18
net: stmmac: Populate missing callbacks in HWIF initialization
Jose Abreu
1
-16
/
+22
2018-05-18
cxgb4: collect SGE PF/VF queue map
Rahul Lakkireddy
3
-2
/
+65
2018-05-18
net: mvpp2: typo and cosmetic fixes
Antoine Tenart
1
-8
/
+4
2018-05-18
hippi: fix spelling mistake: "Framming" -> "Framing"
Colin Ian King
1
-1
/
+1
2018-05-18
tcp: tcp_rack_reo_wnd() can be static
kbuild test robot
1
-1
/
+1
2018-05-18
Merge branch 'net-smc-cleanups'
David S. Miller
12
-406
/
+481
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
Merge tag 'mlx5e-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ke...
David S. Miller
6
-80
/
+196
2018-05-18
Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
11
-17
/
+62
2018-05-18
Merge branch 'tcp-implement-SACK-compression'
David S. Miller
12
-9
/
+107
2018-05-18
tcp: add tcp_comp_sack_nr sysctl
Eric Dumazet
5
-1
/
+20
2018-05-18
tcp: add tcp_comp_sack_delay_ns sysctl
Eric Dumazet
5
-2
/
+18
2018-05-18
tcp: add TCPAckCompressed SNMP counter
Eric Dumazet
3
-0
/
+4
2018-05-18
tcp: add SACK compression
Eric Dumazet
6
-6
/
+67
2018-05-18
tcp: do not force quickack when receiving out-of-order packets
Eric Dumazet
1
-2
/
+0
2018-05-18
tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()
Eric Dumazet
1
-1
/
+1
2018-05-18
net: mscc: Add SPDX identifier
Alexandre Belloni
1
-1
/
+1
2018-05-18
Merge branch 'stmmac-Clean-up-and-tune-up'
David S. Miller
12
-230
/
+325
2018-05-18
net: stmmac: Remove if condition by taking advantage of hwif return code
Jose Abreu
1
-12
/
+11
2018-05-18
net: stmmac: Let descriptor code get skbuff address
Jose Abreu
5
-5
/
+23
2018-05-18
net: stmmac: Uniformize set_rx_owner()
Jose Abreu
5
-13
/
+10
2018-05-18
net: stmmac: Remove uneeded check for GMAC version in stmmac_xmit
Jose Abreu
2
-6
/
+2
2018-05-18
net: stmmac: Uniformize the use of dma_init_* callbacks
Jose Abreu
6
-61
/
+85
2018-05-18
net: stmmac: Move PTP and MMC base address calculation to hwif.c
Jose Abreu
3
-8
/
+39
2018-05-18
net: stmmac: Remove uneeded checks for GMAC version
Jose Abreu
1
-11
/
+5
2018-05-18
net: stmmac: Uniformize the use of dma_{rx/tx}_mode callbacks
Jose Abreu
5
-86
/
+86
2018-05-18
net: stmmac: Let descriptor code clear the descriptor
Jose Abreu
5
-8
/
+26
2018-05-18
net: stmmac: Let descriptor code set skbuff address
Jose Abreu
5
-19
/
+29
2018-05-18
net: stmmac: Do not keep rearming the coalesce timer in stmmac_xmit
Jose Abreu
2
-1
/
+5
2018-05-18
net: stmmac: Enable OSP for GMAC4
Jose Abreu
1
-0
/
+4
2018-05-17
net/mlx5e: Add HW vport counters to representor ethtool stats
Or Gerlitz
1
-6
/
+29
2018-05-17
net/mlx5e: Ignore attempts to offload multiple times a TC flow
Or Gerlitz
1
-2
/
+19
2018-05-17
net/mlx5e: Use shared table for offloaded TC eswitch flows
Or Gerlitz
5
-21
/
+43
2018-05-17
net/mlx5e: Prepare for shared table to keep TC eswitch flows
Or Gerlitz
2
-20
/
+20
2018-05-17
net/mlx5e: Add ingress/egress indication for offloaded TC flows
Or Gerlitz
5
-31
/
+70
2018-05-17
net/mlx5e: Offload TC eswitch rules for VFs belonging to different PFs
Rabie Loulou
1
-1
/
+16
2018-05-17
Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/ker...
Saeed Mahameed
11
-17
/
+62
2018-05-17
net/mlx5e: Explicitly set source e-switch in offloaded TC rules
Shahar Klein
3
-0
/
+10
2018-05-17
net/mlx5: Add source e-switch owner
Shahar Klein
2
-2
/
+14
2018-05-17
net/mlx5e: Explicitly set destination e-switch in FDB rules
Rabie Loulou
3
-0
/
+8
[next]