index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
gtp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gtp: fix a potential NULL pointer dereference
Cong Wang
2024-08-27
1
-1
/
+1
*
gtp: pull network headers in gtp_dev_xmit()
Eric Dumazet
2024-08-10
1
-0
/
+3
*
gtp: identify tunnel via GTP device + GTP version + TEID + family
Pablo Neira Ayuso
2024-05-07
1
-22
/
+63
*
gtp: support for IPv4-in-IPv6-GTP and IPv6-in-IPv4-GTP
Pablo Neira Ayuso
2024-05-07
1
-28
/
+101
*
gtp: add helper function to build GTP packets from an IPv6 packet
Pablo Neira Ayuso
2024-05-07
1
-47
/
+62
*
gtp: add helper function to build GTP packets from an IPv4 packet
Pablo Neira Ayuso
2024-05-07
1
-27
/
+42
*
gtp: remove IPv4 and IPv6 header from context object
Pablo Neira Ayuso
2024-05-07
1
-12
/
+11
*
gtp: move debugging to skbuff build helper function
Pablo Neira Ayuso
2024-05-07
1
-4
/
+6
*
gtp: pass up link local traffic to userspace socket
Pablo Neira Ayuso
2024-05-07
1
-0
/
+4
*
gtp: use IPv6 address /64 prefix for UE/MS
Pablo Neira Ayuso
2024-05-07
1
-10
/
+42
*
gtp: add IPv6 support
Pablo Neira Ayuso
2024-05-07
1
-27
/
+369
*
gtp: prepare for IPv6 support
Pablo Neira Ayuso
2024-05-07
1
-55
/
+96
*
gtp: properly parse extension headers
Pablo Neira Ayuso
2024-05-07
1
-0
/
+41
*
gtp: remove useless initialization
Pablo Neira Ayuso
2024-05-07
1
-2
/
+2
*
net: gtp: Fix Use-After-Free in gtp_dellink
Hyunwoo Kim
2024-04-24
1
-1
/
+2
*
net: gtp: Move net_device assigned in setup
Breno Leitao
2024-03-07
1
-10
/
+2
*
net: gtp: Remove generic .ndo_get_stats64
Breno Leitao
2024-03-07
1
-1
/
+0
*
net: gtp: Leverage core stats allocator
Breno Leitao
2024-03-07
1
-5
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-29
1
-6
/
+6
|
\
|
*
gtp: fix use-after-free and null-ptr-deref in gtp_newlink()
Alexander Ofitserov
2024-02-29
1
-6
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-23
1
-5
/
+5
|
\
|
|
*
gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()
Vasiliy Kovalev
2024-02-21
1
-5
/
+5
*
|
gtp: use exit_batch_rtnl() method
Eric Dumazet
2024-02-08
1
-10
/
+10
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-26
1
-2
/
+3
|
\
|
*
gtp: fix fragmentation needed check with gso
Pablo Neira Ayuso
2023-10-24
1
-2
/
+3
*
|
udp: annotate data-races around udp->encap_type
Eric Dumazet
2023-09-14
1
-2
/
+2
|
/
*
gtp: Set TOS and routing scope independently for fib lookups.
Guillaume Nault
2023-07-19
1
-1
/
+2
*
gtp: Fix use-after-free in __gtp_encap_destroy().
Kuniyuki Iwashima
2023-06-25
1
-0
/
+2
*
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-08-29
1
-0
/
+1
*
gtp: Fix inconsistent indenting
Wojciech Drewek
2022-03-16
1
-1
/
+1
*
gtp: Implement GTP echo request
Wojciech Drewek
2022-03-11
1
-37
/
+268
*
gtp: Implement GTP echo response
Wojciech Drewek
2022-03-11
1
-16
/
+197
*
gtp: Allow to create GTP device without FDs
Wojciech Drewek
2022-03-11
1
-17
/
+84
*
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
2022-02-14
1
-1
/
+1
*
gtp: use skb_dst_update_pmtu_no_confirm() instead of direct call
Gyeongun Kang
2021-10-06
1
-1
/
+1
*
gtp: reset mac_header after decap
Guillaume Nault
2021-06-28
1
-0
/
+1
*
gtp: Fix a typo
Zheng Yongjun
2021-06-02
1
-1
/
+1
*
net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending
Jason A. Donenfeld
2021-02-23
1
-1
/
+0
*
gtp: update rx_length_errors for abnormally short packets
Jonas Bonn
2021-02-04
1
-2
/
+8
*
gtp: set device type
Jonas Bonn
2021-02-04
1
-0
/
+5
*
gtp: drop unnecessary call to skb_dst_drop
Jonas Bonn
2021-02-04
1
-2
/
+0
*
gtp: really check namespaces before xmit
Jonas Bonn
2021-02-04
1
-1
/
+3
*
gtp: include role in link info
Jonas Bonn
2021-02-04
1
-1
/
+4
*
gtp: set initial MTU
Jonas Bonn
2021-02-04
1
-5
/
+6
*
Revert "GTP: add support for flow based tunneling API"
Jonas Bonn
2021-02-04
1
-383
/
+144
*
GTP: add support for flow based tunneling API
Pravin B Shelar
2021-01-16
1
-144
/
+383
*
gtp: switch to dev_get_tstats64
Heiner Kallweit
2020-11-10
1
-1
/
+1
*
gtp: fix an use-before-init in gtp_newlink()
Masahiro Fujiwara
2020-10-29
1
-8
/
+8
*
gtp: use dev_sw_netstats_rx_add()
Fabian Frederick
2020-10-06
1
-7
/
+1
*
genetlink: move to smaller ops wherever possible
Jakub Kicinski
2020-10-03
1
-3
/
+3
[next]