index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-23
Merge branch 'dsa-distribute-switch-events'
David S. Miller
6
-337
/
+547
2017-05-23
net: dsa: add VLAN notifier
Vivien Didelot
3
-16
/
+66
2017-05-23
net: dsa: add MDB notifier
Vivien Didelot
3
-16
/
+66
2017-05-23
net: dsa: add FDB notifier
Vivien Didelot
3
-16
/
+66
2017-05-23
net: dsa: add notifier for ageing time
Vivien Didelot
3
-29
/
+62
2017-05-23
net: dsa: move notifier info to private header
Vivien Didelot
2
-10
/
+12
2017-05-23
net: dsa: move VLAN handlers
Vivien Didelot
3
-41
/
+49
2017-05-23
net: dsa: move MDB handlers
Vivien Didelot
3
-41
/
+47
2017-05-23
net: dsa: move FDB handlers
Vivien Didelot
3
-42
/
+47
2017-05-23
net: dsa: move ageing time setter
Vivien Didelot
3
-40
/
+42
2017-05-23
net: dsa: move VLAN filtering setter
Vivien Didelot
3
-16
/
+18
2017-05-23
net: dsa: move bridging routines
Vivien Didelot
3
-57
/
+60
2017-05-23
net: dsa: move port state setters
Vivien Didelot
4
-41
/
+61
2017-05-23
net: dsa: change scope of ageing time setter
Vivien Didelot
1
-9
/
+7
2017-05-23
net: dsa: change scope of VLAN filtering setter
Vivien Didelot
1
-8
/
+7
2017-05-23
net: dsa: change scope of VLAN handlers
Vivien Didelot
1
-24
/
+16
2017-05-23
net: dsa: change scope of MDB handlers
Vivien Didelot
1
-23
/
+18
2017-05-23
net: dsa: change scope of FDB handlers
Vivien Didelot
1
-26
/
+24
2017-05-23
net: dsa: change scope of bridging code
Vivien Didelot
1
-19
/
+17
2017-05-23
net: dsa: change scope of notifier call chain
Vivien Didelot
1
-5
/
+4
2017-05-23
net: dsa: change scope of STP state setter
Vivien Didelot
1
-22
/
+22
2017-05-22
Merge branch 'nfp-introduce-nfp_port-and-nfp_app'
David S. Miller
14
-265
/
+658
2017-05-22
nfp: refresh port state before reporting autonegotiation
Jakub Kicinski
3
-9
/
+14
2017-05-22
nfp: mark port state as stale if update failed
Jakub Kicinski
1
-0
/
+5
2017-05-22
nfp: mark port state as stale after reconfig
Jakub Kicinski
1
-0
/
+2
2017-05-22
nfp: provide linking on port structures
Jakub Kicinski
5
-9
/
+17
2017-05-22
nfp: move refresh tracking into the port structure
Jakub Kicinski
5
-25
/
+28
2017-05-22
nfp: update port state in place
Jakub Kicinski
1
-24
/
+30
2017-05-22
nfp: introduce nfp_port
Jakub Kicinski
7
-63
/
+275
2017-05-22
nfp: disallow mixing vNICs with and without NSP port entry
Jakub Kicinski
1
-20
/
+32
2017-05-22
nfp: introduce very minimal nfp_app
Jakub Kicinski
7
-14
/
+152
2017-05-22
nfp: add nfp_net_pf_free_vnic() function
Jakub Kicinski
1
-7
/
+9
2017-05-22
nfp: rename netdev/port to vNIC
Jakub Kicinski
6
-97
/
+95
2017-05-22
nfp: make nfp_net alloc/init/cleanup/free not depend on netdevs
Jakub Kicinski
4
-36
/
+35
2017-05-22
nfp: add nfp_cppcore_pcie_unit() helper
Simon Horman
2
-12
/
+15
2017-05-22
bridge: fix hello and hold timers starting/stopping
Ivan Vecera
1
-11
/
+0
2017-05-22
net/wan/fsl_ucc_hdlc: fix muram allocation error
Holger Brunck
1
-1
/
+1
2017-05-22
net: ipv4: tcp: fixed comment coding style issue
Rohit Chavan
1
-2
/
+3
2017-05-22
net: socket: fix a typo in sockfd_lookup().
Rosen, Rami
1
-1
/
+1
2017-05-22
Merge branch 'netlink-extack-route-add-del'
David S. Miller
11
-82
/
+208
2017-05-22
net: ipv6: Add extack messages for route add failures
David Ahern
2
-8
/
+36
2017-05-22
net: ipv6: Plumb extack through route add functions
David Ahern
5
-34
/
+46
2017-05-22
net: ipv4: Add extack messages for route add failures
David Ahern
3
-22
/
+100
2017-05-22
net: ipv4: Plumb extack through route add functions
David Ahern
5
-20
/
+28
2017-05-22
macsec: double accounting of dropped rx/tx packets
Girish Moodalbail
1
-12
/
+3
2017-05-22
net: Fix parisc SCM_TIMESTAMPING_PKTINFO value.
David S. Miller
1
-1
/
+1
2017-05-22
net: Define SCM_TIMESTAMPING_PKTINFO on all architectures.
David S. Miller
11
-0
/
+22
2017-05-21
tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUT
Eric Dumazet
1
-1
/
+2
2017-05-21
ipv6: drop unused variables in seg6_genl_dumphac
stephen hemminger
1
-4
/
+0
2017-05-21
fou: make local function static
stephen hemminger
2
-49
/
+47
[next]