index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ip6_gre.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-22
ip6_gre: Factor out common ip6gre tunnel match into helper
Yue Haibing
1
-66
/
+34
2025-07-02
ipv6: adopt dst_dev() helper
Eric Dumazet
1
-3
/
+5
2025-04-14
ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-16
/
+6
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
1
-0
/
+1
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
1
-1
/
+1
2025-02-21
net: ipv6: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
1
-8
/
+6
2025-02-21
net: ipv6: Init tunnel link-netns before registering dev
Xiao Liang
1
-2
/
+0
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-4
/
+10
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
1
-2
/
+1
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+3
2024-04-15
net: ip6_gre: Remove generic .ndo_get_stats64
Breno Leitao
1
-3
/
+0
2024-04-15
net: ipv6_gre: Do not use custom stat allocator
Breno Leitao
1
-17
/
+5
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
1
-36
/
+49
2024-03-29
erspan: make sure erspan_base_hdr is present in skb->head
Eric Dumazet
1
-0
/
+3
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2024-03-06
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia ZiemiaĆska
1
-1
/
+1
2024-02-13
net: add netdev_lockdep_set_classes() to virtual drivers
Eric Dumazet
1
-0
/
+2
2024-02-07
ip6_gre: use exit_batch_rtnl() method
Eric Dumazet
1
-7
/
+5
2023-07-19
net:ipv6: check return value of pskb_trim()
Yuanjun Gong
1
-1
/
+2
2023-05-13
erspan: get the proto with the md version for collect_md
Xin Long
1
-5
/
+8
2023-03-21
erspan: do not use skb_mac_header() in ndo_start_xmit()
Eric Dumazet
1
-2
/
+2
2022-11-16
ipv6: tunnels: use DEV_STATS_INC()
Eric Dumazet
1
-7
/
+4
2022-10-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+7
2022-10-25
ipv6: ensure sane device mtu in tunnels
Eric Dumazet
1
-5
/
+7
2022-10-18
net: ip6_gre: Remove the unused function ip6gre_tnl_addr_conflict()
Jiapeng Chong
1
-20
/
+0
2022-08-22
ipv6: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-07-13
ip6_gre: use actual protocol to select xmit
Matthias May
1
-1
/
+3
2022-07-13
ip6_gre: set DSCP for non-IP
Matthias May
1
-7
/
+32
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+10
2022-06-20
erspan: do not assume transport header is always set
Eric Dumazet
1
-5
/
+10
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
1
-4
/
+4
2022-05-02
ip6_gre: Make IP6GRE and IP6GRETAP devices always NETIF_F_LLTX
Peilin Ye
1
-21
/
+13
2022-04-25
ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode
Peilin Ye
1
-3
/
+4
2022-04-25
ip6_gre: Make o_seqno start from 0 in native mode
Peilin Ye
1
-6
/
+5
2022-04-15
ip6_gre: Fix skb_under_panic in __gre6_xmit()
Peilin Ye
1
-3
/
+6
2022-04-15
ip6_gre: Avoid updating tunnel->tun_hlen in __gre6_xmit()
Peilin Ye
1
-2
/
+3
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2021-12-06
ipv6: add net device refcount tracker to struct ip6_tnl
Eric Dumazet
1
-4
/
+4
2021-11-23
xfrm: fix policy lookup for ipv6 gre packets
Ghalem Boudour
1
-1
/
+4
2021-10-13
ip: use dev_addr_set() in tunnels
Jakub Kicinski
1
-2
/
+2
2021-09-06
ip6_gre: Revert "ip6_gre: add validation for csum_start"
Willem de Bruijn
1
-2
/
+0
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2021-08-22
ip6_gre: add validation for csum_start
Shreyansh Chouhan
1
-0
/
+2
2021-07-27
ip_tunnel: use ndo_siocdevprivate
Arnd Bergmann
1
-8
/
+9
2021-03-31
ipv6: remove extra dev_hold() for fallback tunnels
Eric Dumazet
1
-3
/
+0
2021-03-29
ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
Eric Dumazet
1
-2
/
+2
2021-03-01
net: always use icmp{,v6}_ndo_send from ndo_start_xmit
Jason A. Donenfeld
1
-8
/
+8
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+13
2020-12-02
net: ip6_gre: set dev->hard_header_len when using header_ops
Antoine Tenart
1
-3
/
+13
[next]