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-10
ipv6: Handle all fib6_nh in a nexthop in exception handling
David Ahern
1
-3
/
+108
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_dev
David Ahern
1
-0
/
+18
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_size
David Ahern
1
-12
/
+37
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in __find_rr_leaf
David Ahern
1
-2
/
+47
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in rt6_device_match
David Ahern
1
-2
/
+52
2019-06-10
ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_from
David Ahern
1
-4
/
+27
2019-06-10
nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop struct
David Ahern
2
-0
/
+35
2019-06-10
tcp: Make tcp_fastopen_alloc_ctx static
YueHaibing
1
-3
/
+3
2019-06-10
Merge branch 'r8169-improve-handling-of-chip-specific-configuration'
David S. Miller
1
-132
/
+88
2019-06-10
r8169: remove struct rtl_cfg_info
Heiner Kallweit
1
-37
/
+19
2019-06-10
r8169: remove member coalesce_info from struct rtl_cfg_info
Heiner Kallweit
1
-5
/
+5
2019-06-10
r8169: remove callback hw_start from struct rtl_cfg_info
Heiner Kallweit
1
-64
/
+53
2019-06-10
r8169: rename CPCMD_QUIRK_MASK and apply it on all chip versions
Heiner Kallweit
1
-19
/
+4
2019-06-10
r8169: improve setting interrupt mask
Heiner Kallweit
1
-14
/
+14
2019-06-10
cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSI
Varun Prakash
10
-30
/
+142
2019-06-10
Merge branch 'mvpp2-stats'
David S. Miller
2
-19
/
+133
2019-06-10
net: mvpp2: Add support for more ethtool counters
Maxime Chevallier
2
-18
/
+132
2019-06-10
net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_counters
Maxime Chevallier
1
-10
/
+11
2019-06-10
net: mvpp2: Only clear the stat counters at port init
Maxime Chevallier
1
-6
/
+5
2019-06-09
ocelot: remove unused variable 'rc' in vcap_cmd()
Mao Wenan
1
-2
/
+1
2019-06-09
ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state
Eric Dumazet
3
-3
/
+12
2019-06-09
Merge branch 'RGMII-delays-for-SJA1105-DSA-driver'
David S. Miller
3
-8
/
+106
2019-06-09
net: dsa: sja1105: Add RGMII delay support for P/Q/R/S chips
Vladimir Oltean
3
-2
/
+102
2019-06-09
net: dsa: sja1105: Remove duplicate rgmii_pad_mii_tx from regs
Vladimir Oltean
3
-6
/
+4
2019-06-09
net: phy: broadcom: Add genphy_suspend and genphy_resume for BCM5464
Vladimir Oltean
1
-0
/
+2
2019-06-09
Merge branch 'Rethink-PHYLINK-callbacks-for-SJA1105-DSA'
David S. Miller
4
-94
/
+62
2019-06-09
net: dsa: sja1105: Rethink the PHYLINK callbacks
Vladimir Oltean
1
-74
/
+40
2019-06-09
net: dsa: sja1105: Export the sja1105_inhibit_tx function
Vladimir Oltean
2
-6
/
+10
2019-06-09
net: dsa: sja1105: Update some comments about PHYLIB
Vladimir Oltean
2
-5
/
+3
2019-06-09
net: dsa: sja1105: Use SPEED_{10, 100, 1000, UNKNOWN} macros
Vladimir Oltean
1
-11
/
+11
2019-06-09
af_key: make use of BUG_ON macro
Hariprasad Kelam
1
-4
/
+2
2019-06-09
ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset()
Eric Dumazet
1
-1
/
+1
2019-06-09
Merge branch 'Avoid-local_irq_save-and-use-napi_alloc_frag-where-possible'
David S. Miller
8
-60
/
+50
2019-06-09
net: hwbm: Make the hwbm_pool lock a mutex
Sebastian Andrzej Siewior
4
-14
/
+13
2019-06-09
tg3: Use napi_alloc_frag()
Sebastian Andrzej Siewior
1
-1
/
+1
2019-06-09
bnx2x: Use napi_alloc_frag()
Sebastian Andrzej Siewior
1
-1
/
+1
2019-06-09
dpaa2-eth: Use napi_alloc_frag()
Sebastian Andrzej Siewior
1
-1
/
+1
2019-06-09
dpaa2-eth: Remove preempt_disable() from seed_pool()
Sebastian Andrzej Siewior
1
-9
/
+0
2019-06-09
net: Don't disable interrupts in __netdev_alloc_skb()
Sebastian Andrzej Siewior
1
-8
/
+11
2019-06-09
net: Don't disable interrupts in napi_alloc_frag()
Sebastian Andrzej Siewior
1
-26
/
+23
2019-06-09
Merge branch 'SFP-polling-fixes'
David S. Miller
1
-6
/
+31
2019-06-09
net: sfp: add mutex to prevent concurrent state checks
Robert Hancock
1
-1
/
+5
2019-06-09
net: sfp: Stop SFP polling and interrupt handling during shutdown
Robert Hancock
1
-5
/
+26
2019-06-09
nexthop: off by one in nexthop_mpath_select()
Dan Carpenter
1
-1
/
+1
2019-06-09
Merge branch 'bonding-clean-up-and-standarize-logging-printks'
David S. Miller
5
-307
/
+293
2019-06-09
bonding/options: convert to using slave printk macros
Jarod Wilson
1
-18
/
+12
2019-06-09
bonding/alb: convert to using slave printk macros
Jarod Wilson
1
-15
/
+15
2019-06-09
bonding/802.3ad: convert to using slave printk macros
Jarod Wilson
1
-106
/
+116
2019-06-09
bonding/main: convert to using slave printk macros
Jarod Wilson
1
-167
/
+139
2019-06-09
bonding: add slave_foo printk macros
Jarod Wilson
1
-0
/
+9
[prev]
[next]