index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
sit.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
2024-04-01
1
-2
/
+3
*
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
2024-04-01
1
-15
/
+18
*
net: sit: Do not set .ndo_get_stats64
Breno Leitao
2024-02-29
1
-1
/
+0
*
ipv6/sit: Do not allocate stats in the driver
Breno Leitao
2024-02-23
1
-8
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-16
1
-0
/
+1
|
\
|
*
net: fill in MODULE_DESCRIPTION()s for ipv6 modules
Breno Leitao
2024-02-09
1
-0
/
+1
*
|
net: add netdev_lockdep_set_classes() to virtual drivers
Eric Dumazet
2024-02-14
1
-0
/
+1
*
|
sit: use exit_batch_rtnl() method
Eric Dumazet
2024-02-08
1
-8
/
+5
|
/
*
sit: update dev->needed_headroom in ipip6_tunnel_bind_dev()
Cong Wang
2023-04-28
1
-3
/
+5
*
ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devices
Christian Ehrig
2023-04-13
1
-1
/
+1
*
ipv6/sit: use DEV_STATS_INC() to avoid data-races
Eric Dumazet
2022-11-16
1
-11
/
+11
*
ipv6: ensure sane device mtu in tunnels
Eric Dumazet
2022-10-26
1
-3
/
+5
*
net: Add helper function to parse netlink msg of ip_tunnel_parm
Liu Jian
2022-10-03
1
-26
/
+1
*
net: Add helper function to parse netlink msg of ip_tunnel_encap
Liu Jian
2022-10-03
1
-36
/
+2
*
ipv6: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-23
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-01
1
-5
/
+3
|
\
|
*
ipv6/sit: fix ipip6_tunnel_get_prl return value
katrinzhou
2022-06-29
1
-5
/
+3
*
|
sit: use dev_sw_netstats_rx_add()
Eric Dumazet
2022-06-10
1
-7
/
+1
*
|
net: rename reference+tracking helpers
Jakub Kicinski
2022-06-10
1
-2
/
+2
|
/
*
sit: allow encapsulated IPv6 traffic to be delivered locally
Ignat Korchagin
2022-01-12
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-17
1
-1
/
+0
|
\
|
*
sit: do not call ipip6_dev_free() from sit_init_net()
Eric Dumazet
2021-12-16
1
-1
/
+0
*
|
sit: add net device refcount tracking to ip_tunnel
Eric Dumazet
2021-12-07
1
-2
/
+2
|
/
*
ip: use dev_addr_set() in tunnels
Jakub Kicinski
2021-10-13
1
-2
/
+2
*
ip_tunnel: use ndo_siocdevprivate
Arnd Bergmann
2021-07-27
1
-17
/
+18
*
memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocation
Vasily Averin
2021-07-20
1
-2
/
+3
*
sit: allow redirecting ip6ip, ipip and mplsip packets to eth devices
Guillaume Nault
2021-06-28
1
-0
/
+4
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-06-07
1
-0
/
+3
|
\
|
*
sit: set name of device back to struct parms
zhang kai
2021-06-03
1
-0
/
+3
*
|
sit: replace 68 with micro IPV4_MIN_MTU
zhang kai
2021-06-02
1
-1
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-17
1
-2
/
+2
|
\
|
*
net: sit: Unregister catch-all devices
Hristo Venev
2021-04-13
1
-2
/
+2
*
|
ipv6: remove extra dev_hold() for fallback tunnels
Eric Dumazet
2021-03-31
1
-1
/
+0
*
|
sit: proper dev_{hold|put} in ndo_[un]init methods
Eric Dumazet
2021-03-30
1
-3
/
+1
*
|
sit: use min
kernel test robot
2021-03-29
1
-1
/
+1
|
/
*
net: always use icmp{,v6}_ndo_send from ndo_start_xmit
Jason A. Donenfeld
2021-03-01
1
-1
/
+1
*
net: sit: unregister_netdevice on newlink's error path
Jakub Kicinski
2021-01-14
1
-1
/
+4
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-13
1
-2
/
+0
|
\
|
*
IPv6: Set SIT tunnel hard_header_len to zero
Oliver Herms
2020-11-10
1
-2
/
+0
*
|
ipv4/ipv6: switch to dev_get_tstats64
Heiner Kallweit
2020-11-10
1
-1
/
+1
|
/
*
net: sit: implement header_ops->parse_protocol for AF_PACKET
Jason A. Donenfeld
2020-06-30
1
-0
/
+1
*
sit: impement ->ndo_tunnel_ctl
Christoph Hellwig
2020-05-20
1
-39
/
+34
*
sit: refactor ipip6_tunnel_ioctl
Christoph Hellwig
2020-05-20
1
-158
/
+210
*
sit: do not confirm neighbor when do pmtu update
Hangbin Liu
2019-12-25
1
-1
/
+1
*
sit: use dst_cache in ipip6_tunnel_xmit
Haishuang Yan
2019-07-14
1
-4
/
+9
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
vrf: sit mtu should not be updated when vrf netdev is the link
Stephen Suryaputra
2019-05-07
1
-1
/
+1
*
ipv6: sit: reset ip header pointer in ipip6_rcv
Lorenzo Bianconi
2019-04-05
1
-0
/
+4
*
net: sit: fix UBSAN Undefined behaviour in check_6rd
Miaohe Lin
2019-03-11
1
-2
/
+3
*
net: sit: fix memory leak in sit_init_net()
Mao Wenan
2019-03-02
1
-0
/
+1
[next]