index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mpls
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-36
/
+63
2021-11-29
net: mpls: Make for_nexthops iterator const
Benjamin Poirier
2
-5
/
+5
2021-11-29
net: mpls: Remove duplicate variable from iterator macro
Benjamin Poirier
1
-7
/
+6
2021-11-29
net: mpls: Remove rcu protection from nh_dev
Benjamin Poirier
2
-25
/
+16
2021-11-29
net: mpls: Fix notifications when deleting a device
Benjamin Poirier
1
-16
/
+52
2021-07-23
mpls: defer ttl decrement in mpls_forward()
Kangmin Park
1
-1
/
+1
2021-04-28
mpls: Remove redundant assignment to err
Jiapeng Chong
1
-1
/
+0
2021-03-10
net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0
Balazs Nemeth
1
-0
/
+3
2020-11-03
mpls: drop skb's dst in mpls_forward()
Guillaume Nault
1
-0
/
+2
2020-10-21
mpls: load mpls_gso after mpls_iptunnel
Alexander Ovechkin
1
-0
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-27
net: Removed the device type check to add mpls support for devices
Martin Varghese
1
-14
/
+3
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-3
/
+3
2020-05-30
net: Make mpls_entry_encode() available for generic users
Eli Cohen
1
-11
/
+0
2020-05-23
mpls: Add support for IPv6 tunnels
Vadim Fedorenko
1
-1
/
+2
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-3
/
+2
2020-03-30
net: add net available in build_state
Alexander Aring
1
-1
/
+1
2020-02-28
net: mpls: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2019-12-04
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
1
-4
/
+3
2019-08-26
ipv4: mpls: fix mpls_xmit for iptunnel
Alexey Kodanev
1
-4
/
+4
2019-07-19
proc/sysctl: add shared variables for range check
Matteo Croce
1
-6
/
+4
2019-06-12
mpls: fix af_mpls dependencies for real
Matteo Croce
1
-1
/
+1
2019-06-10
mpls: fix af_mpls dependencies
Matteo Croce
1
-0
/
+1
2019-06-09
mpls: fix warning with multi-label encap
George Wilkie
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2
-11
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-04-28
netlink: make validation more configurable for future strictness
Johannes Berg
2
-14
/
+16
2019-04-28
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-1
/
+1
2019-04-23
net: Rename net/nexthop.h net/rtnh.h
David Ahern
1
-1
/
+1
2019-04-09
ipv4: Add support to rtable for ipv6 gateway
David Ahern
1
-2
/
+3
2019-04-09
ipv4: Prepare rtable for IPv6 gateway
David Ahern
1
-4
/
+7
2019-03-29
ipv6: Move ipv6 stubs to a separate header file
David Ahern
1
-1
/
+1
2019-03-20
mpls: Fix 6PE forwarding
Vinay K Nallamothu
1
-3
/
+9
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2019-02-27
mpls: Return error for RTA_GATEWAY attribute
David Ahern
1
-0
/
+3
2019-02-09
mpls_iptunnel: use struct_size() helper
Gustavo A. R. Silva
1
-2
/
+2
2019-01-19
net: mpls: netconf: perform strict checks also for doit handlers
Jakub Kicinski
1
-3
/
+39
2019-01-19
net: mpls: route: perform strict checks also for doit handlers
Jakub Kicinski
1
-2
/
+59
2018-10-16
net/mpls: Handle kernel side filtering of route dumps
David Ahern
1
-5
/
+28
2018-10-16
net: Enable kernel side filtering of route dumps
David Ahern
1
-4
/
+5
2018-10-16
net/mpls: Plumb support for filtering route dumps
David Ahern
1
-1
/
+41
2018-10-16
net: Add struct for fib dump filter
David Ahern
1
-4
/
+8
2018-10-11
net/mpls: Implement handler for strict data checking on dumps
David Ahern
1
-1
/
+35
2018-10-08
net: Update netconf dump handlers for strict data checking
David Ahern
1
-1
/
+17
2018-10-08
rtnetlink: Update fib dumps for strict data checking
David Ahern
1
-0
/
+8
2018-10-08
net: Add extack to nlmsg_parse
David Ahern
1
-1
/
+1
2018-09-24
mpls: allow routes on ip6gre devices
Saif Hasan
1
-1
/
+5
2018-07-25
mpls: remove trailing whitepace
Stephen Hemminger
1
-1
/
+1
2018-03-05
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
Daniel Axtens
1
-1
/
+1
[next]