summaryrefslogtreecommitdiffstats
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-154-13/+66
|\
| * Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-07-144-13/+66
| |\
| | * xfrm: call xfrm_dev_policy_delete when kill policyJianbo Liu2024-07-082-4/+2
| | * xfrm: fix netdev reference count imbalanceJianbo Liu2024-07-081-2/+1
| | * xfrm: Export symbol xfrm_dev_state_delete.Steffen Klassert2024-07-011-0/+1
| | * xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert2024-06-251-2/+59
| | * xfrm: Log input direction mismatch error in one placeAntony Antony2024-06-171-5/+0
| | * xfrm: Fix input error path memory accessAntony Antony2024-06-171-0/+3
* | | Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-07-148-8/+347
|\ \ \ | |/ / |/| |
| * | xfrm: Support crypto offload for inbound IPv4 UDP-encapsulated ESP packetMike Yu2024-07-121-1/+2
| * | xfrm: Allow UDP encapsulation in crypto offload control pathMike Yu2024-07-121-3/+3
| * | xfrm: Support crypto offload for inbound IPv6 ESP packets not in GRO pathMike Yu2024-07-122-2/+5
| * | xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger2024-06-266-3/+338
| |/
* / net: fix __dst_negative_advice() raceEric Dumazet2024-05-291-8/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-092-0/+10
|\
| * xfrm: Preserve vlan tags for transport mode software GROPaul Davey2024-04-261-0/+8
| * xfrm: fix possible derferencing in error pathAntony Antony2024-04-111-0/+2
* | rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protectionEric Dumazet2024-05-071-1/+1
* | Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-05-068-9/+196
|\ \
| * | xfrm: Restrict SA direction attribute to specific netlink message typesAntony Antony2024-05-011-0/+24
| * | xfrm: Add dir validation to "in" data path lookupAntony Antony2024-05-012-0/+12
| * | xfrm: Add dir validation to "out" data path lookupAntony Antony2024-05-012-0/+7
| * | xfrm: Add Direction to the SA in or outAntony Antony2024-05-015-9/+153
| |/
* | net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados2024-05-031-4/+1
* | ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-2/+1
* | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1
|/
* xfrm: Allow UDP encapsulation only in offload modesLeon Romanovsky2024-03-181-1/+2
* Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2024-03-082-14/+143
|\
| * xfrm: Do not allocate stats in the driverBreno Leitao2024-02-271-8/+2
| * xfrm: Simplify the allocation of slab caches in xfrm_policy_initKunwu Chan2024-02-091-4/+1
| * xfrm: introduce forwarding of ICMP Error messagesAntony Antony2024-01-251-2/+140
* | net: move netdev_max_backlog to net_hotdataEric Dumazet2024-03-072-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-074-4/+13
|\ \
| * \ Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-03-064-4/+13
| |\ \
| | * | xfrm: set skb control buffer based on packet offload as wellMike Yu2024-03-051-1/+5
| | * | xfrm: fix xfrm child route lookup for packet offloadMike Yu2024-03-051-1/+3
| | * | xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor2024-02-261-0/+3
| | * | xfrm: Pass UDP encapsulation in TX packet offloadLeon Romanovsky2024-01-251-1/+1
| | * | xfrm: Clear low order bits of ->flowi4_tos in decode_session4().Guillaume Nault2024-01-171-1/+1
| | |/
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-022-4/+4
|\ \ \
| * | | bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-01-312-4/+4
| | |/ | |/|
* | | rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-261-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-152-0/+2
|\ \ \ | | |/ | |/|
| * | net: fill in MODULE_DESCRIPTION()s for xfrmBreno Leitao2024-02-092-0/+2
| |/
* | xfrm: interface: use exit_batch_rtnl() methodEric Dumazet2024-02-071-8/+6
* | xfrm: get global statistics from the offloaded deviceLeon Romanovsky2024-02-052-0/+14
* | xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky2024-02-052-3/+3
|/
* bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu2023-12-143-0/+137
* Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-091-4/+2
|\
| * bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-011-4/+2