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
2020-06-20
of: mdio: preserve phy dev_flags in of_phy_connect()
Tao Ren
1
-1
/
+1
2020-06-20
net: Avoid overwriting valid skb->napi_id
Amritha Nambiar
1
-1
/
+5
2020-06-20
Remove redundant condition in qdisc_graft
Gaurav Singh
1
-2
/
+1
2020-06-20
Merge branch 'Ocelot-Felix-driver-cleanup'
David S. Miller
18
-2519
/
+2510
2020-06-20
net: mscc: ocelot: unexpose ocelot_vcap_policer_{add,del}
Vladimir Oltean
2
-56
/
+45
2020-06-20
net: mscc: ocelot: generalize the "ACE/ACL" names
Vladimir Oltean
6
-251
/
+257
2020-06-20
net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}
Vladimir Oltean
6
-5
/
+5
2020-06-20
net: mscc: ocelot: move net_device related functions to ocelot_net.c
Vladimir Oltean
10
-1159
/
+1151
2020-06-20
net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.c
Vladimir Oltean
4
-452
/
+442
2020-06-20
net: mscc: ocelot: rename MSCC_OCELOT_SWITCH_OCELOT to MSCC_OCELOT_SWITCH
Vladimir Oltean
2
-4
/
+4
2020-06-20
net: mscc: ocelot: convert MSCC_OCELOT_SWITCH into a library
Vladimir Oltean
3
-12
/
+23
2020-06-20
net: mscc: ocelot: rename module to mscc_ocelot
Vladimir Oltean
1
-1
/
+2
2020-06-20
net: mscc: ocelot: rename ocelot_board.c to ocelot_vsc7514.c
Vladimir Oltean
2
-1
/
+1
2020-06-20
net: mscc: ocelot: access EtherType using __be16
Vladimir Oltean
2
-4
/
+4
2020-06-20
net: mscc: ocelot: use plain int when interacting with TCAM tables
Vladimir Oltean
1
-4
/
+6
2020-06-20
net: dsa: felix: make vcap is2 keys and actions static
Vladimir Oltean
1
-2
/
+2
2020-06-20
Merge branch 'Strict-mode-for-VRF'
David S. Miller
4
-9
/
+963
2020-06-20
selftests: add selftest for the VRF strict mode
Andrea Mayer
1
-0
/
+390
2020-06-20
vrf: add l3mdev registration for table to VRF device lookup
Andrea Mayer
1
-4
/
+55
2020-06-20
vrf: add sysctl parameter for strict mode
Andrea Mayer
1
-0
/
+118
2020-06-20
vrf: track associations between VRF devices and tables
Andrea Mayer
1
-5
/
+268
2020-06-20
l3mdev: add infrastructure for table to VRF mapping
Andrea Mayer
2
-0
/
+132
2020-06-19
net/sched: cls_u32: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2020-06-19
taprio: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-3
/
+2
2020-06-19
Merge branch 'Clause-45-PHY-probing-improvements'
David S. Miller
4
-62
/
+117
2020-06-19
net: phy: read MMD ID from all present MMDs
Russell King
2
-1
/
+14
2020-06-19
net: phy: split devices_in_package
Russell King
4
-10
/
+12
2020-06-19
net: phy: set devices_in_package only after validation
Russell King
1
-7
/
+9
2020-06-19
net: phy: add support for probing MMDs >= 8 for devices-in-package
Russell King
2
-2
/
+40
2020-06-19
net: phy: reword get_phy_device() kerneldoc
Russell King
1
-2
/
+11
2020-06-19
net: phy: clean up get_phy_c22_id() invalid ID handling
Russell King
1
-6
/
+8
2020-06-19
net: phy: clean up get_phy_c45_ids() failure handling
Russell King
1
-12
/
+10
2020-06-19
net: phy: clean up PHY ID reading
Russell King
1
-16
/
+9
2020-06-19
net: phy: clean up cortina workaround
Russell King
1
-15
/
+13
2020-06-19
tipc: Use struct_size() helper
Gustavo A. R. Silva
2
-8
/
+6
2020-06-19
net: dsa: sja1105: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2020-06-19
cxgb4: Use struct_size() helper
Gustavo A. R. Silva
1
-1
/
+1
2020-06-19
ethernet: ti: am65-cpsw-qos: Use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
1
-5
/
+3
2020-06-19
ipv6: icmp6: avoid indirect call for icmpv6_send()
Eric Dumazet
3
-8
/
+29
2020-06-19
Merge branch 'cxgb4-add-support-for-ethtool-n-tuple-filters'
David S. Miller
9
-72
/
+463
2020-06-19
cxgb4: add action to steer flows to specific Rxq
Vishal Kulkarni
1
-0
/
+8
2020-06-19
cxgb4: add support to fetch ethtool n-tuple filters
Vishal Kulkarni
1
-0
/
+110
2020-06-19
cxgb4: add ethtool n-tuple filter deletion
Vishal Kulkarni
3
-9
/
+84
2020-06-19
cxgb4: add ethtool n-tuple filter insertion
Vishal Kulkarni
5
-47
/
+135
2020-06-19
cxgb4: add skeleton for ethtool n-tuple filters
Vishal Kulkarni
6
-16
/
+126
2020-06-19
net: qos offload add flow status with dropped count
Po Liu
25
-50
/
+60
2020-06-18
Merge branch 'cxgb4-add-support-to-read-write-flash'
David S. Miller
9
-16
/
+637
2020-06-18
cxgb4: add support to read serial flash
Vishal Kulkarni
5
-2
/
+57
2020-06-18
cxgb4: add support to flash boot cfg image
Vishal Kulkarni
3
-0
/
+129
2020-06-18
cxgb4: add support to flash boot image
Vishal Kulkarni
4
-0
/
+297
[next]