| Commit message (Expand) | Author | Age | Files | Lines |
* | xfrm: Avoid clang fortify warning in copy_to_user_tmpl() | Nathan Chancellor | 2024-04-03 | 1 | -0/+3 |
* | xfrm: Allow UDP encapsulation only in offload modes | Leon Romanovsky | 2024-03-26 | 1 | -1/+2 |
* | xfrm: set skb control buffer based on packet offload as well | Mike Yu | 2024-03-26 | 1 | -1/+5 |
* | xfrm: fix xfrm child route lookup for packet offload | Mike Yu | 2024-03-26 | 1 | -1/+3 |
* | xfrm: Pass UDP encapsulation in TX packet offload | Leon Romanovsky | 2024-03-15 | 1 | -1/+1 |
* | xfrm: Clear low order bits of ->flowi4_tos in decode_session4(). | Guillaume Nault | 2024-03-15 | 1 | -1/+1 |
* | Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2023-11-09 | 1 | -4/+2 |
|\ |
|
| * | bpf: Add __bpf_kfunc_{start,end}_defs macros | Dave Marchevsky | 2023-11-01 | 1 | -4/+2 |
* | | Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/... | Linus Torvalds | 2023-11-02 | 2 | -12/+8 |
|\ \
| |/
|/| |
|
| * | ipsec: Select CRYPTO_AEAD | Herbert Xu | 2023-10-01 | 1 | -0/+1 |
| * | ipsec: Stop using crypto_has_alg | Herbert Xu | 2023-09-20 | 1 | -12/+7 |
* | | Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne... | Jakub Kicinski | 2023-10-30 | 3 | -180/+129 |
|\ \ |
|
| * | | xfrm: policy: fix layer 4 flowi decoding | Florian Westphal | 2023-10-27 | 1 | -6/+20 |
| * | | xfrm: policy: replace session decode with flow dissector | Florian Westphal | 2023-10-06 | 1 | -158/+95 |
| * | | xfrm: move mark and oif flowi decode into common code | Florian Westphal | 2023-10-06 | 1 | -12/+12 |
| * | | xfrm: pass struct net to xfrm_decode_session wrappers | Florian Westphal | 2023-10-06 | 2 | -7/+7 |
| * | | xfrm: Use the XFRM_GRO to indicate a GRO call on input | Steffen Klassert | 2023-10-06 | 1 | -4/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-10-19 | 2 | -23/+26 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 2023-10-17 | 2 | -23/+26 |
| |\ \
| | |/
| |/| |
|
| | * | xfrm: fix a data-race in xfrm_lookup_with_ifid() | Eric Dumazet | 2023-10-13 | 1 | -1/+1 |
| | * | xfrm: fix a data-race in xfrm_gen_index() | Eric Dumazet | 2023-09-13 | 1 | -4/+2 |
| | * | xfrm: interface: use DEV_STATS_INC() | Eric Dumazet | 2023-09-06 | 1 | -12/+10 |
| | * | net: xfrm: skip policies marked as dead while reinserting policies | Dong Chenchen | 2023-09-05 | 1 | -6/+13 |
* | | | net: dst: remove unnecessary input parameter in dst_alloc and dst_init | Zhengchao Shao | 2023-09-12 | 1 | -1/+1 |
|/ / |
|
* | | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 2023-08-29 | 1 | -2/+6 |
|\ \
| |/
|/| |
|
| * | networking: Update to register_net_sysctl_sz | Joel Granados | 2023-08-15 | 1 | -2/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-18 | 5 | -24/+27 |
|\ \ |
|
| * \ | Merge tag 'ipsec-2023-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git... | David S. Miller | 2023-08-16 | 5 | -24/+27 |
| |\ \ |
|
| | * | | xfrm: don't skip free of empty state in acquire policy | Leon Romanovsky | 2023-08-01 | 1 | -6/+2 |
| | * | | xfrm: delete offloaded policy | Leon Romanovsky | 2023-08-01 | 1 | -0/+1 |
| | * | | xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESH | Lin Ma | 2023-07-31 | 1 | -0/+1 |
| | * | | xfrm: add NULL check in xfrm_update_ae_params | Lin Ma | 2023-07-31 | 1 | -1/+1 |
| | * | | xfrm: fix slab-use-after-free in decode_session6 | Zhengchao Shao | 2023-07-11 | 1 | -2/+2 |
| | * | | xfrm: Silence warnings triggerable by bad packets | Herbert Xu | 2023-07-10 | 1 | -13/+9 |
| | * | | net: xfrm: Amend XFRMA_SEC_CTX nla_policy structure | Lin Ma | 2023-07-03 | 2 | -2/+2 |
| | * | | net: xfrm: Fix xfrm_address_filter OOB read | Lin Ma | 2023-06-29 | 1 | -0/+9 |
| | |/ |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-08-03 | 1 | -1/+1 |
|\| | |
|
| * | | net: annotate data-races around sk->sk_mark | Eric Dumazet | 2023-07-29 | 1 | -1/+1 |
| |/ |
|
* / | xfrm: Support UDP encapsulation in packet offload mode | Leon Romanovsky | 2023-07-25 | 1 | -6/+7 |
|/ |
|
* | tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usage | David Howells | 2023-06-24 | 1 | -4/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-06-22 | 3 | -8/+68 |
|\ |
|
| * | xfrm: Use xfrm_state selector for BEET input | Herbert Xu | 2023-06-12 | 1 | -4/+3 |
| * | xfrm: add missed call to delete offloaded policies | Leon Romanovsky | 2023-06-07 | 1 | -0/+2 |
| * | xfrm: Ensure policies always checked on XFRM-I input path | Benedict Wong | 2023-05-21 | 1 | -4/+50 |
| * | xfrm: Treat already-verified secpath entries as optional | Benedict Wong | 2023-05-21 | 2 | -0/+13 |
* | | net: move gso declarations and functions to their own files | Eric Dumazet | 2023-06-10 | 3 | -0/+3 |
* | | espintcp: Inline do_tcp_sendpages() | David Howells | 2023-05-23 | 1 | -3/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-05-18 | 4 | -70/+21 |
|\| |
|
| * | Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jakub Kicinski | 2023-05-16 | 4 | -70/+21 |
| |\ |
|
| | * | xfrm: Check if_id in inbound policy/secpath match | Benedict Wong | 2023-05-10 | 1 | -5/+6 |