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
2019-06-24
cxgb4: Add MPS TCAM refcounting for cxgb4 change mac
Raju Rangoju
3
-7
/
+29
2019-06-24
cxgb4: Add MPS TCAM refcounting for raw mac filters
Raju Rangoju
2
-0
/
+62
2019-06-24
cxgb4: Re-work the logic for mps refcounting
Raju Rangoju
5
-22
/
+134
2019-06-24
net: stmmac: sun8i: force select external PHY when no internal one
Icenowy Zheng
1
-0
/
+5
2019-06-24
net: stmmac: sun8i: add support for Allwinner H6 EMAC
Icenowy Zheng
1
-0
/
+16
2019-06-24
Merge branch 'cached-route-listings'
David S. Miller
10
-73
/
+353
2019-06-24
selftests: pmtu: Make list_flush_ipv6_exception test more demanding
Stefano Brivio
1
-8
/
+14
2019-06-24
selftests: pmtu: Introduce list_flush_ipv4_exception test case
Stefano Brivio
1
-0
/
+60
2019-06-24
ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1()
Stefano Brivio
1
-1
/
+2
2019-06-24
ipv6: Dump route exceptions if requested
Stefano Brivio
4
-13
/
+116
2019-06-24
ipv6/route: Change return code of rt6_dump_route() for partial node dumps
Stefano Brivio
2
-7
/
+11
2019-06-24
ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del()
Stefano Brivio
1
-1
/
+2
2019-06-24
Revert "net/ipv6: Bail early if user only wants cloned entries"
Stefano Brivio
1
-5
/
+2
2019-06-24
ipv4: Dump route exceptions if requested
Stefano Brivio
3
-13
/
+108
2019-06-24
ipv4/route: Allow NULL flowinfo in rt_fill_info()
Stefano Brivio
1
-26
/
+30
2019-06-24
ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filtering
Stefano Brivio
1
-2
/
+2
2019-06-24
fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONED
Stefano Brivio
3
-2
/
+11
2019-06-24
net: macb: use GRO
Antoine Tenart
2
-9
/
+12
2019-06-24
net: macb: use NAPI_POLL_WEIGHT
Antoine Tenart
1
-1
/
+1
2019-06-24
Merge branch 'ipv4-fix-bugs-when-enable-route_localnet'
David S. Miller
2
-3
/
+87
2019-06-24
selftests: add route_localnet test script
Shijie Luo
1
-0
/
+74
2019-06-24
ipv4: fix confirm_addr_indev() when enable route_localnet
Shijie Luo
1
-2
/
+8
2019-06-24
ipv4: fix inet_select_addr() when enable route_localnet
Shijie Luo
1
-1
/
+5
2019-06-24
tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_set
Xin Long
1
-10
/
+0
2019-06-24
Merge branch 'mlxsw-Thermal-and-hwmon-extensions'
David S. Miller
3
-25
/
+209
2019-06-24
mlxsw: core: Add support for negative temperature readout
Vadim Pasternak
3
-20
/
+20
2019-06-24
mlxsw: core: Add the hottest thermal zone detection
Vadim Pasternak
1
-13
/
+62
2019-06-24
mlxsw: core: Extend thermal core with per inter-connect device thermal zones
Vadim Pasternak
1
-1
/
+136
2019-06-24
tipc: fix missing indentation in source code
john.rutherford@dektech.com.au
1
-1
/
+1
2019-06-24
net: ethernet: ti: cpsw: Fix suspend/resume break
Keerthy
1
-21
/
+9
2019-06-24
hinic: implement the statistical interface of ethtool
Xue Chaojing
9
-3
/
+620
2019-06-23
Merge branch 'ipv6-avoid-taking-refcnt-on-dst-during-route-lookup'
David S. Miller
6
-61
/
+95
2019-06-23
ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREF
Wei Wang
4
-8
/
+37
2019-06-23
ipv6: convert rx data path to not take refcnt on dst
Wei Wang
1
-3
/
+4
2019-06-23
ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logic
Wei Wang
3
-7
/
+20
2019-06-23
ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entries
Wei Wang
1
-0
/
+3
2019-06-23
ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route()
Wei Wang
2
-43
/
+31
2019-06-23
doc: phy: document some PHY_INTERFACE_MODE_xxx settings
Russell King
1
-1
/
+44
2019-06-23
inet: fix compilation warnings in fqdir_pre_exit()
Qian Cai
1
-1
/
+1
2019-06-23
net: dsa: mv88e6xxx: introduce helpers for handling chip->reg_lock
Rasmus Villemoes
9
-148
/
+158
2019-06-23
net: ena: Fix bug where ring allocation backoff stopped too late
Sameeh Jubran
1
-2
/
+2
2019-06-22
hinic: fix dereference of pointer hwdev before it is null checked
Colin Ian King
1
-6
/
+15
2019-06-22
Merge branch 'net-mediatek-Add-MT7621-TRGMII-mode-support'
David S. Miller
4
-14
/
+85
2019-06-22
net: dsa: mt7530: Add MT7621 TRGMII mode support
René van Dorst
2
-10
/
+40
2019-06-22
net: ethernet: mediatek: Add MT7621 TRGMII mode support
René van Dorst
2
-4
/
+45
2019-06-22
netns: restore ops before calling ops_exit_list
Li RongQing
1
-1
/
+1
2019-06-22
ipv6: Error when route does not have any valid nexthops
Ido Schimmel
1
-0
/
+6
2019-06-22
fjes: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-13
/
+2
2019-06-22
net: fastopen: robustness and endianness fixes for SipHash
Ard Biesheuvel
5
-27
/
+24
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5301
-26605
/
+7190
[next]