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